ServiceClient.TransactionAnnotationsGet 메서드

정의

모델에서 필터링된 트랜잭션 주석 목록을 검색합니다.

public:
 System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ TransactionAnnotationsGet(Microsoft::MasterDataServices::International ^ International, int % TransactionId, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> TransactionAnnotationsGet (Microsoft.MasterDataServices.International International, ref int TransactionId, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.TransactionAnnotationsGet : Microsoft.MasterDataServices.International * int * OperationResult -> System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation>
Public Function TransactionAnnotationsGet (International As International, ByRef TransactionId As Integer, ByRef OperationResult As OperationResult) As Collection(Of Annotation)

매개 변수

International
International

culture 설정입니다.

TransactionId
Int32

검색할 트랜잭션의 고유 정수 식별자입니다.

OperationResult
OperationResult

이 메서드가 반환될 때 작업 결과가 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

반환

트랜잭션 주석 컬렉션입니다.

적용 대상