다음을 통해 공유


Detachable 속성

Reports whether the database can be detached.

네임스페이스:  Microsoft.SqlServer.Management.Dac
어셈블리:  Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)

구문

‘선언
Public ReadOnly Property Detachable As Boolean
    Get
‘사용 방법
Dim instance As DacDatabaseInformation
Dim value As Boolean

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

속성 값

유형: System. . :: . .Boolean
A Boolean value that specifies whether the database can be detached. If True, the database can be detached.