Partager via


Propriété ServiceContractCollection.Item (Int32)

Gets a ServiceContract object in the collection by index number.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Broker
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ServiceContract 
    Get
'Utilisation
Dim instance As ServiceContractCollection 
Dim index As Integer 
Dim value As ServiceContract 

value = instance(index)
public ServiceContract this[
    int index
] { get; }
public:
property ServiceContract^ default[int index] {
    ServiceContract^ get (int index);
}
member Item : ServiceContract
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Broker.ServiceContract
A ServiceContract object value that represents the service contract.

Exemples

Utilisation de collections

Voir aussi

Référence

ServiceContractCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.Smo.Broker

Autres ressources

Utilisation de collections