IsDetachDatabaseSupported 属性

Specifies whether the instance of the Database Engine supports the detach database option when deleting a DAC.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public ReadOnly Property IsDetachDatabaseSupported As Boolean
    Get
用法
Dim instance As DacServerInformation
Dim value As Boolean

value = instance.IsDetachDatabaseSupported
public bool IsDetachDatabaseSupported { get; }
public:
property bool IsDetachDatabaseSupported {
    bool get ();
}
member IsDetachDatabaseSupported : bool
function get IsDetachDatabaseSupported () : boolean

属性值

类型:System. . :: . .Boolean
A Boolean that specifies True if the detach database option is supported. False otherwise.