Compartir a través de


BrokerServiceCollection.Item Propiedad (Int32)

Gets a BrokerService object in the collection by index number.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Broker
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Integer _
) As BrokerService 
    Get
'Uso
Dim instance As BrokerServiceCollection 
Dim index As Integer 
Dim value As BrokerService 

value = instance(index)
public BrokerService this[
    int index
] { get; }
public:
property BrokerService^ default[int index] {
    BrokerService^ get (int index);
}
member Item : BrokerService
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

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

Ejemplos

Usar colecciones

Vea también

Referencia

BrokerServiceCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker