Table.EnableAllIndexes(IndexEnableAction) メソッド

定義

すべてのインデックスを有効にします。 action 引数は、インデックスを有効にする方法を指定します。 インデックスに対して Create() または Rebuild() を呼び出す

public void EnableAllIndexes(Microsoft.SqlServer.Management.Smo.IndexEnableAction action);
member this.EnableAllIndexes : Microsoft.SqlServer.Management.Smo.IndexEnableAction -> unit
Public Sub EnableAllIndexes (action As IndexEnableAction)

パラメーター

適用対象