Свойство CreateStatisticsStatement.StatisticsOptions

Gets a list of the statistics options.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property StatisticsOptions As IList(Of StatisticsOption)
    Get
'Применение
Dim instance As CreateStatisticsStatement 
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>

Значение свойства

Тип: System.Collections.Generic.IList<StatisticsOption>
The list of the statistics options.

См. также

Справочник

CreateStatisticsStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom