Metodo Disable
Disables the index.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Disable
'Utilizzo
Dim instance As Index
instance.Disable()
public void Disable()
public:
void Disable()
member Disable : unit -> unit
public function Disable()
Osservazioni
Nota
Indexes based on the UserDefinedTableType object cannot be modified and running this method will generate an exception.
Vedere anche