ExecutionOperationCollection.Item[Int64] Property

Definition

Gets or sets the execution operation of the ExecutionOperationCollection object with the specified id.

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

Parameters

id
Int64

The identifier.

Property Value

The execution operation of the specified object.

Applies to