ServiceClient.TransactionAnnotationsCreate 메서드

정의

기존 거래에 새로운 주석을 생성합니다.

public:
 Microsoft::MasterDataServices::OperationResult ^ TransactionAnnotationsCreate(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, int TransactionId);
public Microsoft.MasterDataServices.OperationResult TransactionAnnotationsCreate(Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, int TransactionId);
member this.TransactionAnnotationsCreate : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * int -> Microsoft.MasterDataServices.OperationResult
Public Function TransactionAnnotationsCreate (International As International, Annotations As Collection(Of Annotation), TransactionId As Integer) As OperationResult

매개 변수

International
International

문화적 배경.

Annotations
Collection<Annotation>

트랜잭션에 생성하고 첨부할 주석 목록입니다.

TransactionId
Int32

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

반품

OperationResult 연산 결과를 포함하는 객체입니다.

적용 대상