Compartir a través de


ServiceContractMappingCollection.Item Propiedad (Int32)

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

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

Ejemplos

Usar colecciones

Vea también

Referencia

ServiceContractMappingCollection Clase

Sobrecarga de Item

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

Otros recursos

Usar colecciones