Partilhar via


Propriedade ISql90ServerOptions.IsAdHocDistributedQueriesEnabled

Obtém ou define um valor que modela as ad-hoc consultas distribuídas definindo.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property IsAdHocDistributedQueriesEnabled As Nullable(Of Boolean)
    Get
    Set
Nullable<bool> IsAdHocDistributedQueriesEnabled { get; set; }
property Nullable<bool> IsAdHocDistributedQueriesEnabled {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsAdHocDistributedQueriesEnabled : Nullable<bool> with get, set
function get IsAdHocDistributedQueriesEnabled () : Nullable<boolean>
function set IsAdHocDistributedQueriesEnabled (value : Nullable<boolean>)

Valor de propriedade

Tipo: System.Nullable<Boolean>

Segurança do .NET Framework

Consulte também

Referência

ISql90ServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel