言語

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です。

適用対象