Compartilhar via


Propriedade do RDL ServiceContractCollection.Item (Int32)

Gets a ServiceContract object in the collection by index number.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.Broker.ServiceContract
A ServiceContract object value that represents the service contract.

Exemplos

Usando coleções

Consulte também

Referência

ServiceContractCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Smo.Broker

Outros recursos

Usando coleções