Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the TransactionAnnotationsGetResponse class that has the specified list of annotations, operation result, and transaction ID's.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
Annotations As Collection(Of Annotation), _
OperationResult As OperationResult, _
TransactionId As Integer _
)
'Utilisation
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
)
Paramètres
- Annotations
Type : System.Collections.ObjectModel.Collection<Annotation>
A list of annotations.
- OperationResult
Type : Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
- TransactionId
Type : System.Int32
The transaction IDs.
Voir aussi
Référence
TransactionAnnotationsGetResponse Classe