Partager via


Méthode DacServices.Unregister

Removes DAC registration information for the specified target database.

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Syntaxe

'Déclaration
Public Sub Unregister ( _
    targetDatabaseName As String _
)
'Utilisation
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
)

Paramètres

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

Exceptions

Exception Condition
ArgumentException

targetDatabaseName

Voir aussi

Référence

DacServices Classe

Espace de noms Microsoft.SqlServer.Dac