Partilhar via


Propriedade do RDL TSqlModelOptions.HonorBrokerPriority

Specifies the HONOR_BROKER_PRIORITY database option.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public Property HonorBrokerPriority As Nullable(Of Boolean)
    Get 
    Set
'Uso
Dim instance As TSqlModelOptions 
Dim value As Nullable(Of Boolean)

value = instance.HonorBrokerPriority

instance.HonorBrokerPriority = value
public Nullable<bool> HonorBrokerPriority { get; set; }
public:
property Nullable<bool> HonorBrokerPriority {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
member HonorBrokerPriority : Nullable<bool> with get, set
function get HonorBrokerPriority () : Nullable<boolean>
function set HonorBrokerPriority (value : Nullable<boolean>)

Valor da propriedade

Tipo: System.Nullable<Boolean>

Consulte também

Referência

TSqlModelOptions Classe

Namespace Microsoft.SqlServer.Dac.Model