Właściwość Item (Int32)
Pobiera BrokerService obiektu kolekcja według numeru indeksu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public ReadOnly Default Property Item ( _
index As Integer _
) As BrokerService
Get
'Użycie
Dim instance As BrokerServiceCollection
Dim index As Integer
Dim value As BrokerService
value = instance(index)
public BrokerService this[
int index
] { get; }
public:
property BrokerService^ default[int index] {
BrokerService^ get (int index);
}
member Item : BrokerService
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Typ: System. . :: . .Int32
Int32 Wartość, która określa położenie BrokerService obiekt w BrokerServiceCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Broker. . :: . .BrokerService
A BrokerService wartość obiektu, który reprezentuje usługa Broker usługa.