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 네임스페이스