EnableAllIndexes 方法

Enables all indexes.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub EnableAllIndexes ( _
    action As IndexEnableAction _
)
用法
Dim instance As Table
Dim action As IndexEnableAction

instance.EnableAllIndexes(action)
public void EnableAllIndexes(
    IndexEnableAction action
)
public:
void EnableAllIndexes(
    IndexEnableAction action
)
member EnableAllIndexes : 
        action:IndexEnableAction -> unit 
public function EnableAllIndexes(
    action : IndexEnableAction
)

参数