Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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>
Property Value
Type: System.Collections.Generic.IList<DropIndexClauseBase>
A list of indices.