Condividi tramite


Costruttore TransactionAnnotationsCreateRequest (International, Collection(Annotation), Int32)

Initializes a new instance of the TransactionAnnotationsCreateRequest class that has the specified cultural settings, annotation list, and transaction ID's.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    International As International, _
    Annotations As Collection(Of Annotation), _
    TransactionId As Integer _
)
'Utilizzo
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
)

Parametri