Proprietà BrokerPriorityCollection.Item (String)

Gets a BrokerPriority object in the collection by name.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    name As String _
) As BrokerPriority 
    Get
'Utilizzo
Dim instance As BrokerPriorityCollection 
Dim name As String 
Dim value As BrokerPriority 

value = instance(name)
public BrokerPriority this[
    string name
] { get; }
public:
property BrokerPriority^ default[String^ name] {
    BrokerPriority^ get (String^ name);
}
member Item : BrokerPriority
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

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

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

BrokerPriorityCollection Classe

Overload Item

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker