DacServices.Unregister(String) Method

Definition

Remove DAC registration information for the specified target database.

public void Unregister (string targetDatabaseName);
member this.Unregister : string -> unit
Public Sub Unregister (targetDatabaseName As String)

Parameters

targetDatabaseName
String

Name of the database for which to remove registration information.

Exceptions

If targetDatabaseName is null or a zero-length string.

Applies to