Propriedade do RDL ExecutionOperationCollection.Item (Int64)
Gets or sets the execution operation of the ExecutionOperationCollection object with the specified id.
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 ExecutionOperation
Get
'Uso
Dim instance As ExecutionOperationCollection
Dim id As Long
Dim value As ExecutionOperation
value = instance(id)
public ExecutionOperation this[
long id
] { get; }
public:
property ExecutionOperation^ default[long long id] {
ExecutionOperation^ get (long long id);
}
member Item : ExecutionOperation
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- id
Tipo: System.Int64
The identifier.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
The execution operation of the specified object.
Consulte também
Referência
ExecutionOperationCollection Classe
Namespace Microsoft.SqlServer.Management.IntegrationServices