次の方法で共有


DropIndexStatement.DropIndexClauses プロパティ

削除するインデックス (オプションがある可能性もある) の一覧を取得します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public ReadOnly Property DropIndexClauses As IList(Of DropIndexClauseBase)
'使用
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 ();
}
public function get DropIndexClauses () : IList<DropIndexClauseBase>

プロパティ値

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

参照

参照

DropIndexStatement クラス

DropIndexStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間