Compartir a través de


DropIndexClause.Options Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property Options As IList(Of IndexOption)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

DropIndexClause Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom