Compartilhar via


Método Unmanage

Exclui uma instância de DAC sem afetar o banco de dados associado à instância.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
Public Sub Unmanage ( _
    instanceName As String _
)
'Uso
Dim instance As DacStore
Dim instanceName As String

instance.Unmanage(instanceName)
public void Unmanage(
    string instanceName
)
public:
void Unmanage(
    String^ instanceName
)
member Unmanage : 
        instanceName:string -> unit 
public function Unmanage(
    instanceName : String
)

Parâmetros

Comentários

The operation of this method is the same as that of the Uninstall method when MakeUnmanaged is specified for the DacUninstallMode parameter.