Compartir a través de


Detachable Propiedad

Reports whether the database can be detached.

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
Public ReadOnly Property Detachable As Boolean
    Get
'Uso
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

Valor de la propiedad

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