다음을 통해 공유


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.