Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
)
Parameters
- targetDatabaseName
Type: System.String
Name of the database for which to remove registration information.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | targetDatabaseName |