Udostępnij za pośrednictwem


Właściwość DacServerInformation.IsDetachDatabaseSupported

Określa, czy wystąpienie aparatu bazy danych obsługuje opcję Odłącz bazy danych podczas usuwania DAC.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Dac
Zestaw:  Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)

Składnia

'Deklaracja
Public ReadOnly Property IsDetachDatabaseSupported As Boolean
    Get
'Użycie
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

Wartość właściwości

Typ: System.Boolean
A Boolean , który określa True , jeśli opcja Odłącz bazy danych jest obsługiwana. FALSE inaczej.