ExecutionOperationCollection.Item[Int64] 屬性

定義

取得或設定具有指定之識別碼的 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

識別碼。

屬性值

ExecutionOperation

指定之物件的執行作業。

適用於