Compartir a través de


IsDetachDatabaseSupported Propiedad

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

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

Sintaxis

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

Valor de la propiedad

Tipo: System. . :: . .Boolean
A Boolean that specifies True if the detach database option is supported. False otherwise.