Partager via


Propriété BrokerPriority.ID

Gets the conversation priority ID associated with the BrokerPriority object.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Broker
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ID As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

CREATE BROKER PRIORITY (Transact-SQL)

Voir aussi

Référence

BrokerPriority Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Broker

Autres ressources

Priorités de conversation

Gestion des priorités de conversation

Résolution des problèmes liés aux priorités de conversation

Développement (Service Broker)

Vue d'ensemble (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)