Udostępnij za pośrednictwem


Właściwość IServerConfigurationFacet.AdHocRemoteQueriesEnabled

Pobiera lub ustawia wartość logiczna określająca, czy są włączone zdalne kwerendy ad hoc.

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

Składnia

'Deklaracja
Property AdHocRemoteQueriesEnabled As Boolean
    Get
    Set
'Użycie
Dim instance As IServerConfigurationFacet
Dim value As Boolean

value = instance.AdHocRemoteQueriesEnabled

instance.AdHocRemoteQueriesEnabled = value
bool AdHocRemoteQueriesEnabled { get; set; }
property bool AdHocRemoteQueriesEnabled {
    bool get ();
    void set (bool value);
}
abstract AdHocRemoteQueriesEnabled : bool with get, set
function get AdHocRemoteQueriesEnabled () : boolean
function set AdHocRemoteQueriesEnabled (value : boolean)

Wartość właściwości

Typ: System.Boolean
Zwraca True włączenie zdalnego kwerend ad hoc.Zwraca False Jeśli zdalnych kwerend ad hoc nie są włączone.