Propriedade do RDL Item (String)
Gets a BrokerService object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As BrokerService
Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System. . :: . .String
A String value that specifies the name of the BrokerService object in the BrokerServiceCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Broker. . :: . .BrokerService
A BrokerService object value that represents the Service Broker service.
Consulte também