Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a list of indices (possibly with options) to be dropped.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property DropIndexClauses As IList(Of DropIndexClauseBase)
Get
'Usage
Dim instance As DropIndexStatement
Dim value As IList(Of DropIndexClauseBase)
value = instance.DropIndexClauses
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>
A list of indices.