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。

适用于