Share via


ExecutionOperationCollection.Item[Int64] 属性

定义

获取或设置具有指定 ID 的 ExecutionOperationCollection 对象的执行操作。

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

参数

id
Int64

标识符。

属性值

指定对象的执行操作。

适用于