OperationCollection.Item[Int64] プロパティ

定義

指定した名前の操作を取得します。

public:
 property Microsoft::SqlServer::Management::IntegrationServices::Operation ^ default[long] { Microsoft::SqlServer::Management::IntegrationServices::Operation ^ get(long id); };
public Microsoft.SqlServer.Management.IntegrationServices.Operation this[long id] { get; }
member this.Item(int64) : Microsoft.SqlServer.Management.IntegrationServices.Operation
Default Public ReadOnly Property Item(id As Long) As Operation

パラメーター

id
Int64

指定した名前。

プロパティ値

指定した名前の操作。

適用対象