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 オブジェクトに基づくインデックスは変更できないため、このメソッドを実行すると例外が発生します。 |
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間