Partager via


Propriété ServiceContractCollection.Item (String)

Gets a ServiceContract object in the collection by name.

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 ( _
    name As String _
) As ServiceContract 
    Get
'Utilisation
Dim instance As ServiceContractCollection 
Dim name As String 
Dim value As ServiceContract 

value = instance(name)
public ServiceContract this[
    string name
] { get; }
public:
property ServiceContract^ default[String^ name] {
    ServiceContract^ get (String^ name);
}
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