Właściwość Item (Int32)
Pobiera MessageType 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 MessageType
Get
'Użycie
Dim instance As MessageTypeCollection
Dim index As Integer
Dim value As MessageType
value = instance(index)
public MessageType this[
int index
] { get; }
public:
property MessageType^ default[int index] {
MessageType^ get (int index);
}
member Item : MessageType
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 MessageType obiekt w MessageTypeCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Broker. . :: . .MessageType
A MessageType wartość obiektu, który reprezentuje typ komunikatu.
Zobacz także