IServerConfigurationFacet.AdHocRemoteQueriesEnabled Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a Boolean value that specifies whether ad hoc remote queries are enabled.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

bool AdHocRemoteQueriesEnabled { get; set; }
property bool AdHocRemoteQueriesEnabled {
    bool get();
    void set(bool value);
}
abstract AdHocRemoteQueriesEnabled : bool with get, set
Property AdHocRemoteQueriesEnabled As Boolean

Property Value

Type: System.Boolean

true if ad hoc remote queries are enabled. false if ad hoc remote queries are not enabled.

See Also

IServerConfigurationFacet Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top