Index.Enable(IndexEnableAction) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟用索引。 動作參數指定了如何啟用索引。 也可以呼叫 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)
參數
- action
- IndexEnableAction