Compartilhar via


Propriedade do RDL BrokerPriority.ID

Gets the conversation priority ID associated with the BrokerPriority object.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ID As Integer 
    Get
'Uso
Dim instance As BrokerPriority 
Dim value As Integer 

value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ID {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ID : int
function get ID () : int

Valor da propriedade

Tipo: System.Int32
An Int32 value that uniquely identifies the conversation priority within the database.

Exemplos

CREATE BROKER PRIORITY (Transact-SQL)

Consulte também

Referência

BrokerPriority Classe

Namespace Microsoft.SqlServer.Management.Smo.Broker

Outros recursos

Prioridades de Conversa

Gerenciando as prioridades de conversa

Solucionando problemas de prioridades de conversa

Desenvolvimento (Service Broker)

Visão geral (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)