Share via


DropIndexStatement.DropIndexClauses Property

Gets a list of indices (possibly with options) to be dropped.

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)
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>

.NET Framework Security

See Also

Reference

DropIndexStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace