Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Removes DAC registration information for the specified target database.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (em Microsoft.SqlServer.Dac.dll)
Sintaxe
'Declaração
Public Sub Unregister ( _
targetDatabaseName As String _
)
'Uso
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
)
Parâmetros
- targetDatabaseName
Tipo: System.String
Name of the database for which to remove registration information.
Exceções
| Exceção | Condição |
|---|---|
| ArgumentException | targetDatabaseName |