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

識別子。

プロパティ値

指定したオブジェクトの実行操作。

適用対象