Table.EnableAllIndexes(IndexEnableAction) 方法

定義

啟用所有索引。 動作參數指定了如何啟用索引。 也可以在索引上呼叫 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)

參數

適用於