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