다음을 통해 공유


DacServerInformation.IsDetachDatabaseSupported Property

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

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

‘선언
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

Property Value

Type: Boolean
True if the detach database option is supported; otherwise, False.

See Also

Reference

DacServerInformation Class

Microsoft.SqlServer.Management.Dac Namespace