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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.