Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a list of statistic options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property StatisticsOptions As IList(Of StatisticsOption)
Get
'Usage
Dim instance As UpdateStatisticsStatement
Dim value As IList(Of StatisticsOption)
value = instance.StatisticsOptions
public IList<StatisticsOption> StatisticsOptions { get; }
public:
property IList<StatisticsOption^>^ StatisticsOptions {
IList<StatisticsOption^>^ get ();
}
member StatisticsOptions : IList<StatisticsOption>
function get StatisticsOptions () : IList<StatisticsOption>
Property Value
Type: System.Collections.Generic.IList<StatisticsOption>
The list of statistic options.