BrokerServiceCollection.Item Property (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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
A String value that specifies the name of the BrokerService object in the BrokerServiceCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.Broker.BrokerService
A BrokerService object value that represents the Service Broker service.