Sdílet prostřednictvím


DropIndexStatement.DropIndexClauses – vlastnost

Přeruší dostane seznamu indexů (případně s možností).

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DropIndexStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů