Właściwość IServerConfigurationFacet.RemoteDacEnabled
Pobiera lub zestaws wartość logiczna określająca, jeśli właściwość RemoteDacEnabled jest zestaw.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Property RemoteDacEnabled As Boolean
Get
Set
'Użycie
Dim instance As IServerConfigurationFacet
Dim value As Boolean
value = instance.RemoteDacEnabled
instance.RemoteDacEnabled = value
bool RemoteDacEnabled { get; set; }
property bool RemoteDacEnabled {
bool get ();
void set (bool value);
}
abstract RemoteDacEnabled : bool with get, set
function get RemoteDacEnabled () : boolean
function set RemoteDacEnabled (value : boolean)
Wartość właściwości
Typ: System.Boolean
TRUE , jeśli właściwość jest zestaw. FALSE , jeśli właściwość nie jest zestaw.
Zobacz także