Compartir a través de


ExecutionOperationCollection.Item[Int64] Propiedad

Definición

Obtiene o establece la operación de ejecución del objeto ExecutionOperationCollection con el identificador especificado.

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

El identificador.

Valor de propiedad

La operación de ejecución del objeto especificado.

Se aplica a