Właściwość IServerConfigurationFacet.RemoteAccessEnabled
Pobiera wartość logiczna określająca, jeśli właściwość RemoteAccessEnabled została zestaw.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property RemoteAccessEnabled As Boolean
Get
Set
'Użycie
Dim instance As IServerConfigurationFacet
Dim value As Boolean
value = instance.RemoteAccessEnabled
instance.RemoteAccessEnabled = value
[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
bool RemoteAccessEnabled { get; set; }
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
property bool RemoteAccessEnabled {
bool get ();
void set (bool value);
}
[<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>]
abstract RemoteAccessEnabled : bool with get, set
function get RemoteAccessEnabled () : boolean
function set RemoteAccessEnabled (value : boolean)
Wartość właściwości
Typ: System.Boolean
Boolean
Zwraca True , jeśli właściwość jest zestaw.
Zwraca False , jeśli właściwość nie jest zestaw.
Zobacz także