Freigeben über


DropIndexClause.Options-Eigenschaft

Ruft eine Liste der Optionen für die DROP INDEX-Anweisung ab.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Options As IList(Of IndexOption)
    Get
public IList<IndexOption> Options { get; }
public:
property IList<IndexOption^>^ Options {
    IList<IndexOption^>^ get ();
}
member Options : IList<IndexOption>
function get Options () : IList<IndexOption>

Eigenschaftswert

Typ: System.Collections.Generic.IList<IndexOption>

.NET Framework-Sicherheit

Siehe auch

Referenz

DropIndexClause Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace