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

식별자입니다.

속성 값

지정한 개체의 실행 작업입니다.

적용 대상