Compartilhar via


Propriedade do RDL OperationCollection.Item (Int64)

Gets the operation with the specified name.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    id As Long _
) As Operation 
    Get
'Uso
Dim instance As OperationCollection 
Dim id As Long 
Dim value As Operation 

value = instance(id)
public Operation this[
    long id
] { get; }
public:
property Operation^ default[long long id] {
    Operation^ get (long long id);
}
member Item : Operation
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.IntegrationServices.Operation
The operation with the specified name.

Consulte também

Referência

OperationCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.IntegrationServices