TransactionAnnotationsGetResponse コンストラクター (Collection<Annotation>, OperationResult, Int32)
指定した注釈の一覧、操作結果、およびトランザクション ID を持つ TransactionAnnotationsGetResponse クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Sub New ( _
Annotations As Collection(Of Annotation), _
OperationResult As OperationResult, _
TransactionId As Integer _
)
'使用
Dim Annotations As Collection(Of Annotation)
Dim OperationResult As OperationResult
Dim TransactionId As Integer
Dim instance As New TransactionAnnotationsGetResponse(Annotations, _
OperationResult, TransactionId)
public TransactionAnnotationsGetResponse(
Collection<Annotation> Annotations,
OperationResult OperationResult,
int TransactionId
)
public:
TransactionAnnotationsGetResponse(
Collection<Annotation^>^ Annotations,
OperationResult^ OperationResult,
int TransactionId
)
new :
Annotations:Collection<Annotation> *
OperationResult:OperationResult *
TransactionId:int -> TransactionAnnotationsGetResponse
public function TransactionAnnotationsGetResponse(
Annotations : Collection<Annotation>,
OperationResult : OperationResult,
TransactionId : int
)
パラメーター
- Annotations
型: System.Collections.ObjectModel.Collection<Annotation>
注釈の一覧。
- OperationResult
型: Microsoft.MasterDataServices.OperationResult
追跡およびログ記録の一意の ID を含む操作結果。
- TransactionId
型: System.Int32
トランザクション ID。
関連項目
参照
TransactionAnnotationsGetResponse クラス