Partilhar via


Método DacServices.Unregister

Removes DAC registration information for the specified target database.

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

Sintaxe

'Declaração
Public Sub Unregister ( _
    targetDatabaseName As String _
)
'Uso
Dim instance As DacServices 
Dim targetDatabaseName As String

instance.Unregister(targetDatabaseName)
public void Unregister(
    string targetDatabaseName
)
public:
void Unregister(
    String^ targetDatabaseName
)
member Unregister : 
        targetDatabaseName:string -> unit
public function Unregister(
    targetDatabaseName : String
)

Parâmetros

  • targetDatabaseName
    Tipo: System.String
    Name of the database for which to remove registration information.

Exceções

Exceção Condição
ArgumentException

targetDatabaseName

Consulte também

Referência

DacServices Classe

Namespace Microsoft.SqlServer.Dac