Condividi tramite


Proprietà Detachable

Reports whether the database can be detached.

Spazio dei nomi  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Detachable As Boolean
    Get
'Utilizzo
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

Valore proprietà

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