Partager via


Propriété Item (String)

Gets a BrokerService 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 BrokerService
    Get
'Utilisation
Dim instance As BrokerServiceCollection
Dim name As String
Dim value As BrokerService

value = instance(name)
public BrokerService this[
    string name
] { get; }
public:
property BrokerService^ default[String^ name] {
    BrokerService^ get (String^ name);
}
member Item : BrokerService
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. . :: . .BrokerService
A BrokerService object value that represents the Service Broker service.