Condividi tramite


Proprietà ISurfaceAreaFacet.AdHocRemoteQueriesEnabled

Gets or sets the AdHocRemoteQueriesEnabled property value.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<DisplayDescriptionKeyAttribute("AdHocRemoteQueriesEnabledDesc")> _
<DisplayNameKeyAttribute("AdHocRemoteQueriesEnabledName")> _
Property AdHocRemoteQueriesEnabled As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As ISurfaceAreaFacet 
Dim value As Boolean 

value = instance.AdHocRemoteQueriesEnabled

instance.AdHocRemoteQueriesEnabled = value
[DisplayDescriptionKeyAttribute("AdHocRemoteQueriesEnabledDesc")]
[DisplayNameKeyAttribute("AdHocRemoteQueriesEnabledName")]
bool AdHocRemoteQueriesEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"AdHocRemoteQueriesEnabledDesc")]
[DisplayNameKeyAttribute(L"AdHocRemoteQueriesEnabledName")]
property bool AdHocRemoteQueriesEnabled {
    bool get ();
    void set (bool value);
}
[<DisplayDescriptionKeyAttribute("AdHocRemoteQueriesEnabledDesc")>]
[<DisplayNameKeyAttribute("AdHocRemoteQueriesEnabledName")>]
abstract AdHocRemoteQueriesEnabled : bool with get, set
function get AdHocRemoteQueriesEnabled () : boolean 
function set AdHocRemoteQueriesEnabled (value : boolean)

Valore proprietà

Tipo: System.Boolean
The AdHocRemoteQueriesEnabled property value.

Vedere anche

Riferimento

ISurfaceAreaFacet Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo