Método Index.Disable
Disables the index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub Disable
'Uso
Dim instance As Index
instance.Disable()
public void Disable()
public:
void Disable()
member Disable : unit -> unit
public function Disable()
Comentários
Observação |
---|
Indexes based on the UserDefinedTableType object cannot be modified and running this method will generate an exception. |
Exemplos
Criando, alterando e removendo índices
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo