DropIndexStatement.DropIndexClauses-Eigenschaft

Ruft eine Liste von abzulegenden Indizes (möglicherweise mit Optionen) 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 DropIndexClauses As IList(Of DropIndexClauseBase)
    Get
public IList<DropIndexClauseBase> DropIndexClauses { get; }
public:
property IList<DropIndexClauseBase^>^ DropIndexClauses {
    IList<DropIndexClauseBase^>^ get ();
}
member DropIndexClauses : IList<DropIndexClauseBase>
function get DropIndexClauses () : IList<DropIndexClauseBase>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

DropIndexStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace