Index.Enable(IndexEnableAction) 方法

定義

啟用索引。 動作參數指定了如何啟用索引。 也可以呼叫 Create() 或 Rebuild() 來啟用索引。

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

參數

適用於