Freigeben über


Item-Eigenschaft (String)

Gets a BrokerService object in the collection by name.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As BrokerService
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftenwert

Typ: Microsoft.SqlServer.Management.Smo.Broker. . :: . .BrokerService
A BrokerService object value that represents the Service Broker service.