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
- index
Tipo: System.Int32
An Int32 value that specifies the position of the BrokerService object in the BrokerServiceCollection collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Broker.BrokerService
A BrokerService object value that represents the Service Broker service.
Ejemplos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker