Compartir a través de


HonorBrokerPriority Propiedad

Obtiene o establece el valor Boolean que especifica si se reconoce o no la prioridad especificada por el agente.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property HonorBrokerPriority As Boolean
    Get
    Set
'Uso
Dim instance As Database
Dim value As Boolean

value = instance.HonorBrokerPriority

instance.HonorBrokerPriority = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool HonorBrokerPriority { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
virtual property bool HonorBrokerPriority {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
abstract HonorBrokerPriority : bool with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
override HonorBrokerPriority : bool with get, set
final function get HonorBrokerPriority () : boolean
final function set HonorBrokerPriority (value : boolean)

Valor de la propiedad

Tipo: System. . :: . .Boolean
Valor Boolean que especifica si se reconoce la prioridad especificada por el agente.
Si es True, se respeta la prioridad del agente. En caso contrario, es False (valor predeterminado).

Implementa

IDatabaseOptions. . :: . .HonorBrokerPriority