TransactionAnnotationsGetResponse 建構函式 (Collection(Annotation), OperationResult, Int32)
Initializes a new instance of the TransactionAnnotationsGetResponse class that has the specified list of annotations, operation result, and transaction ID's.
命名空間: 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< (Of < ( <'Annotation> ) > ) >
A list of annotations.
- OperationResult
型別:Microsoft.MasterDataServices. . :: . .OperationResult
The operation result, including a unique ID for tracking and logging.
- TransactionId
型別:System. . :: . .Int32
The transaction IDs.