Compartir a través de


DatabaseOptions.HonorBrokerPriority Propiedad

HonorBrokerPriority property class of DatabaseOptions

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

Sintaxis

'Declaración
Public Shared Property HonorBrokerPriority As ModelPropertyClass 
    Get 
    Friend Set
'Uso
Dim value As ModelPropertyClass 

value = DatabaseOptions.HonorBrokerPriority
public static ModelPropertyClass HonorBrokerPriority { get; internal set; }
public:
static property ModelPropertyClass^ HonorBrokerPriority {
    ModelPropertyClass^ get ();
    internal: void set (ModelPropertyClass^ value);
}
static member HonorBrokerPriority : ModelPropertyClass with get, internal set
static function get HonorBrokerPriority () : ModelPropertyClass 
internal static function set HonorBrokerPriority (value : ModelPropertyClass)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dac.Model.ModelPropertyClass

Vea también

Referencia

DatabaseOptions Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model