Index.AlterAllIndexes メソッド

指定したインデックス操作に対し、SQL Server のインスタンスの Index オブジェクトのプロパティに対するインデックスの変更をすべて更新します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub AlterAllIndexes
'使用
Dim instance As Index

instance.AlterAllIndexes()
public void AlterAllIndexes()
public:
void AlterAllIndexes()
member AlterAllIndexes : unit -> unit
public function AlterAllIndexes()

説明

注意

UserDefinedTableType オブジェクトに基づくインデックスは変更できないため、このメソッドを実行すると例外が発生します。

使用例

インデックスの作成、変更、および削除

関連項目

参照

Index クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

インデックス

ALTER INDEX (Transact-SQL)