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

지정한 이름입니다.

속성 값

지정한 이름을 가진 작업입니다.

적용 대상