Freigeben über


DacServices.Unregister-Methode

Removes DAC registration information for the specified target database.

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

Syntax

'Declaration
Public Sub Unregister ( _
    targetDatabaseName As String _
)
'Usage
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
)

Parameter

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

Ausnahmen

Ausnahme Bedingung
ArgumentException

targetDatabaseName

Siehe auch

Verweis

DacServices Klasse

Microsoft.SqlServer.Dac-Namespace