Udostępnij za pośrednictwem


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

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.