次の方法で共有


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
)

パラメーター

  • TransactionId
    型: System.Int32
    トランザクション ID。

関連項目

参照

TransactionAnnotationsGetResponse クラス

TransactionAnnotationsGetResponse オーバーロード

Microsoft.MasterDataServices 名前空間