Compartir a través de


ServiceContractCollection.Item Propiedad (Int32)

Gets a ServiceContract 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 ServiceContract 
    Get
'Uso
Dim instance As ServiceContractCollection 
Dim index As Integer 
Dim value As ServiceContract 

value = instance(index)
public ServiceContract this[
    int index
] { get; }
public:
property ServiceContract^ default[int index] {
    ServiceContract^ get (int index);
}
member Item : ServiceContract
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.ServiceContract
A ServiceContract object value that represents the service contract.

Ejemplos

Usar colecciones

Vea también

Referencia

ServiceContractCollection Clase

Sobrecarga de Item

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

Otros recursos

Usar colecciones