Enumeración DacUninstallMode
The DacUninstallMode enumeration contains values that are used to specify what to do with the database associated with a DAC instance when the instance is uninstalled.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
Public Enumeration DacUninstallMode
'Uso
Dim instance As DacUninstallMode
public enum DacUninstallMode
public enum class DacUninstallMode
type DacUninstallMode
public enum DacUninstallMode
Miembros
Nombre del miembro | Descripción | |
---|---|---|
None | No action is specified. | |
MakeUnmanaged | The database is not changed; only the DAC instance metadata is removed from the msdb system database. | |
DetachDatabase | The database is detached. | |
DropDatabase | The database is dropped. |