Compartir a través de


BrokerPriority.ContractName Propiedad

Gets or sets the contract name specified for the BrokerPriority object.

Esta API no es compatible con CLS. 

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
<CLSCompliantAttribute(False)> _
<SfcReferenceAttribute(GetType(ServiceContract), "Server[@Name = '{0}']/Database[@Name = '{1}']/ServiceBroker/ServiceContract[@Name='{2}']",  _
    )> _
Public Property ContractName As String 
    Get 
    Set
'Uso
Dim instance As BrokerPriority 
Dim value As String 

value = instance.ContractName

instance.ContractName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
[CLSCompliantAttribute(false)]
[SfcReferenceAttribute(typeof(ServiceContract), "Server[@Name = '{0}']/Database[@Name = '{1}']/ServiceBroker/ServiceContract[@Name='{2}']", 
    )]
public string ContractName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
[CLSCompliantAttribute(false)]
[SfcReferenceAttribute(typeof(ServiceContract), L"Server[@Name = '{0}']/Database[@Name = '{1}']/ServiceBroker/ServiceContract[@Name='{2}']", 
    )]
public:
property String^ ContractName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
[<CLSCompliantAttribute(false)>]
[<SfcReferenceAttribute(typeof(ServiceContract), "Server[@Name = '{0}']/Database[@Name = '{1}']/ServiceBroker/ServiceContract[@Name='{2}']", 
    )>]
member ContractName : string with get, set
function get ContractName () : String 
function set ContractName (value : String)

Valor de la propiedad

Tipo: System.String
A String value that specifies the name of a Service Broker contract to be used as a criterion for determining if the conversation priority applies to a conversation.

Comentarios

If ANY is specified for the contract name, the conversation priority can be applied to any conversation, regardless of which contract it uses. If the name of a contract is specified, the conversation priority can be applied only to conversations where the BEGIN DIALOG statement that started the conversation specified ON CONTRACT ContractName. ContractName must specify a contract in the current database.

The ContractName default is ANY.

Ejemplos

CREATE BROKER PRIORITY (Transact-SQL)

Vea también

Referencia

BrokerPriority Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker

Otros recursos

Prioridades de conversación

Administrar las prioridades de la conversación

Solucionar problemas de prioridades de conversación

Desarrollo (Service Broker)

Información general (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)

ALTER BROKER PRIORITY (Transact-SQL)