Właściwość BrokerPriorityCollection.Item (String)
Pobiera BrokerPriority obiektu kolekcja według nazwy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
name As String _
) As BrokerPriority
Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- name
Typ: System.String
A String wartość, która określa nazwę BrokerPriority obiekt w BrokerPriorityCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority
A BrokerPriority wartość obiektu, który stanowi priorytet konwersacji.