Propriété BrokerPriorityCollection.Item (Int32)

Gets a BrokerPriority object in the collection by index number.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As BrokerPriority 
    Get
'Utilisation
Dim instance As BrokerPriorityCollection 
Dim index As Integer 
Dim value As BrokerPriority 

value = instance(index)
public BrokerPriority this[
    int index
] { get; }
public:
property BrokerPriority^ default[int index] {
    BrokerPriority^ get (int index);
}
member Item : BrokerPriority
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority
A BrokerPriority object value that represents the conversation priority.

Exemples

Utilisation de collections

Voir aussi

Référence

BrokerPriorityCollection Classe

Surcharge Item

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