EnableAllIndexes 메서드
Enables all indexes.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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
)
매개 변수
- action
형식: Microsoft.SqlServer.Management.Smo. . :: . .IndexEnableAction
An IndexEnableAction object value that specifies how to enable the indexes.