Metoda Enable
Umożliwia indeksu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public Sub Enable ( _
action As IndexEnableAction _
)
'Użycie
Dim instance As Index
Dim action As IndexEnableAction
instance.Enable(action)
public void Enable(
IndexEnableAction action
)
public:
void Enable(
IndexEnableAction action
)
member Enable :
action:IndexEnableAction -> unit
public function Enable(
action : IndexEnableAction
)
Parameters
- action
Typ: Microsoft.SqlServer.Management.Smo. . :: . .IndexEnableAction
IndexEnableAction Wartość obiektu, który określa akcja wykonywaną po włączeniu indeksu.
Uwagi
action Parametr jest używany do określenia akcje, takie jak odbudować lub ponownie utwórz indeks.
Ostrzeżenie
Indeksy oparte na UserDefinedTableType obiektu nie można modyfikować i uruchomiona ta metoda spowoduje wygenerowanie wyjątku.
Zobacz także