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
- index
Tipo: System.Int32
An Int32 value that specifies the position of the ServiceContractMapping object in the ServiceContractMappingCollection collection.
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
Vea también
Referencia
ServiceContractMappingCollection Clase
Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker