AlterIndexStatement.AlterIndexType プロパティ

インデックスの変更を記述する値を取得または設定します。

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

構文

'宣言
Public Property AlterIndexType As AlterIndexType
'使用
Dim instance As AlterIndexStatement
Dim value As AlterIndexType

value = instance.AlterIndexType

instance.AlterIndexType = value
public AlterIndexType AlterIndexType { get; set; }
public:
property AlterIndexType AlterIndexType {
    AlterIndexType get ();
    void set (AlterIndexType value);
}
public function get AlterIndexType () : AlterIndexType
public function set AlterIndexType (value : AlterIndexType)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.AlterIndexType
AlterIndexType 列挙値の値を返します。

参照

参照

AlterIndexStatement クラス

AlterIndexStatement メンバ

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