IndexStatement.IndexOptions 속성

Gets a list of index options. Optional may have zero elements.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public ReadOnly Property IndexOptions As IList(Of IndexOption)
    Get
‘사용 방법
Dim instance As IndexStatement 
Dim value As IList(Of IndexOption)

value = instance.IndexOptions
public IList<IndexOption> IndexOptions { get; }
public:
property IList<IndexOption^>^ IndexOptions {
    IList<IndexOption^>^ get ();
}
member IndexOptions : IList<IndexOption>
function get IndexOptions () : IList<IndexOption>

속성 값

유형: System.Collections.Generic.IList<IndexOption>
The list of index options.

참고 항목

참조

IndexStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스