다음을 통해 공유


TransactionAnnotationsGetResponse 생성자

정의

TransactionAnnotationsGetResponse 클래스의 새 인스턴스를 초기화합니다.

오버로드

TransactionAnnotationsGetResponse()

기본값을 포함하는 TransactionAnnotationsGetResponse 클래스의 새 인스턴스를 초기화합니다.

TransactionAnnotationsGetResponse(Collection<Annotation>, OperationResult, Int32)

지정된 주석 목록, 작업 결과 및 트랜잭션 ID를 포함하는 TransactionAnnotationsGetResponse 클래스의 새 인스턴스를 초기화합니다.

TransactionAnnotationsGetResponse()

기본값을 포함하는 TransactionAnnotationsGetResponse 클래스의 새 인스턴스를 초기화합니다.

public:
 TransactionAnnotationsGetResponse();
public TransactionAnnotationsGetResponse ();
Public Sub New ()

적용 대상

TransactionAnnotationsGetResponse(Collection<Annotation>, OperationResult, Int32)

지정된 주석 목록, 작업 결과 및 트랜잭션 ID를 포함하는 TransactionAnnotationsGetResponse 클래스의 새 인스턴스를 초기화합니다.

public:
 TransactionAnnotationsGetResponse(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, Microsoft::MasterDataServices::OperationResult ^ OperationResult, int TransactionId);
public TransactionAnnotationsGetResponse (System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, Microsoft.MasterDataServices.OperationResult OperationResult, int TransactionId);
new Microsoft.MasterDataServices.TransactionAnnotationsGetResponse : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * Microsoft.MasterDataServices.OperationResult * int -> Microsoft.MasterDataServices.TransactionAnnotationsGetResponse
Public Sub New (Annotations As Collection(Of Annotation), OperationResult As OperationResult, TransactionId As Integer)

매개 변수

Annotations
Collection<Annotation>

주석 목록입니다.

OperationResult
OperationResult

추적 및 로깅에 사용할 고유 ID를 포함하는 작업 결과입니다.

TransactionId
Int32

트랜잭션 ID입니다.

적용 대상