Proprietà MessageTypeMappingCollection.Item (Int32)
Gets a MessageTypeMapping object in the collection by index number.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
index As Integer _
) As MessageTypeMapping
Get
'Utilizzo
Dim instance As MessageTypeMappingCollection
Dim index As Integer
Dim value As MessageTypeMapping
value = instance(index)
public MessageTypeMapping this[
int index
] { get; }
public:
property MessageTypeMapping^ default[int index] {
MessageTypeMapping^ get (int index);
}
member Item : MessageTypeMapping
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- index
Tipo: System.Int32
An Int32 value that specifies the position of the MessageTypeMapping object in the MessageTypeMappingCollection collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.Broker.MessageTypeMapping
A MessageTypeMapping object value that represents the message type that is associated with the contract.
Osservazioni
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Esempi
Vedere anche
Riferimento
MessageTypeMappingCollection Classe
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker