This topic has not yet been rated - Rate this topic

DacUninstallMode Enumeration

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.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
public enum DacUninstallMode
Member nameDescription
NoneNo action is specified.
MakeUnmanagedThe database is not changed; only the DAC instance metadata is removed from the msdb system database.
DetachDatabaseThe database is detached.
DropDatabaseThe database is dropped.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.