共用方式為


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 命名空間