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
- name
Tipo: System.String
A String value that specifies the name of the BrokerPriority object in the BrokerPriorityCollection collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority
A BrokerPriority object value that represents the conversation priority.