Compartir a través de


TSqlModelOptions.HonorBrokerPriority Propiedad

Specifies the HONOR_BROKER_PRIORITY database option.

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Nullable<Boolean>

Vea también

Referencia

TSqlModelOptions Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model