Item propriété (Int32)
Gets a MessageTypeMapping object in the collection by index number.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As MessageTypeMapping
Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- index
Type : System. . :: . .Int32
An Int32 value that specifies the position of the MessageTypeMapping object in the MessageTypeMappingCollection collection.
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo.Broker. . :: . .MessageTypeMapping
A MessageTypeMapping object value that represents the message type that is associated with the contract.
Notes
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.
Voir aussi