DacServices.Unregister(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.