次の方法で共有


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

カルチャ設定。

TransactionId
Int32

取得するトランザクションの一意の整数識別子。

OperationResult
OperationResult

このメソッドが戻るとき、操作結果が含まれています。 このパラメーターは初期化せずに渡されます。

戻り値

トランザクションの注釈のコレクション。

適用対象