Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the TransactionAnnotationsCreateRequest class that has the specified cultural settings, annotation list, and transaction ID's.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
Annotations As Collection(Of Annotation), _
TransactionId As Integer _
)
'Usage
Dim International As International
Dim Annotations As Collection(Of Annotation)
Dim TransactionId As Integer
Dim instance As New TransactionAnnotationsCreateRequest(International, _
Annotations, TransactionId)
public TransactionAnnotationsCreateRequest(
International International,
Collection<Annotation> Annotations,
int TransactionId
)
public:
TransactionAnnotationsCreateRequest(
International^ International,
Collection<Annotation^>^ Annotations,
int TransactionId
)
new :
International:International *
Annotations:Collection<Annotation> *
TransactionId:int -> TransactionAnnotationsCreateRequest
public function TransactionAnnotationsCreateRequest(
International : International,
Annotations : Collection<Annotation>,
TransactionId : int
)
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- Annotations
Typ: System.Collections.ObjectModel.Collection<Annotation>
A collection of annotations.
- TransactionId
Typ: System.Int32
The ID of an existing transaction.
Siehe auch
Verweis
TransactionAnnotationsCreateRequest Klasse