ALTER INDEX ステートメントの種類を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property AlterIndexType As AlterIndexType
Get
Set
'使用
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);
}
member AlterIndexType : AlterIndexType with get, set
function get AlterIndexType () : AlterIndexType
function set AlterIndexType (value : AlterIndexType)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.AlterIndexType
ALTER INDEX ステートメントの種類。