DropIndexClause.Options 属性

Gets a list of the options for the DROP INDEX statement.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public ReadOnly Property Options As IList(Of IndexOption)
    Get
用法
Dim instance As DropIndexClause 
Dim value As IList(Of IndexOption)

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

属性值

类型:System.Collections.Generic.IList<IndexOption>
A list of the options for the DROP INDEX statement.

请参阅

参考

DropIndexClause 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间