次の方法で共有


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.

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

Public Enumeration DacUninstallMode
'使用

Dim instance As DacUninstallMode
public enum DacUninstallMode
public enum class DacUninstallMode
type DacUninstallMode
public enum DacUninstallMode

メンバー

メンバー名 説明
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.

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間