Condividi tramite


Proprietà DropIndexClause.Options

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

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Options As IList(Of IndexOption)
    Get
'Utilizzo
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>

Valore proprietà

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

Vedere anche

Riferimento

DropIndexClause Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom