共用方式為


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