Compartilhar via


ExecutionOperationCollection.Item[Int64] Propriedade

Definição

Obtém ou define a operação de execução do objeto ExecutionOperationCollection com a ID especificada.

public:
 property Microsoft::SqlServer::Management::IntegrationServices::ExecutionOperation ^ default[long] { Microsoft::SqlServer::Management::IntegrationServices::ExecutionOperation ^ get(long id); };
public Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation this[long id] { get; }
member this.Item(int64) : Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
Default Public ReadOnly Property Item(id As Long) As ExecutionOperation

Parâmetros

id
Int64

O identificador.

Valor da propriedade

A operação de execução do objeto especificado.

Aplica-se a