ServiceClient.TransactionAnnotationsCreate 方法
Creates new annotations attached to an existing transaction.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
Public Function TransactionAnnotationsCreate ( _
International As International, _
Annotations As Collection(Of Annotation), _
TransactionId As Integer _
) As OperationResult
'用途
Dim instance As ServiceClient
Dim International As International
Dim Annotations As Collection(Of Annotation)
Dim TransactionId As Integer
Dim returnValue As OperationResult
returnValue = instance.TransactionAnnotationsCreate(International, _
Annotations, TransactionId)
public OperationResult TransactionAnnotationsCreate(
International International,
Collection<Annotation> Annotations,
int TransactionId
)
public:
OperationResult^ TransactionAnnotationsCreate(
International^ International,
Collection<Annotation^>^ Annotations,
int TransactionId
)
member TransactionAnnotationsCreate :
International:International *
Annotations:Collection<Annotation> *
TransactionId:int -> OperationResult
public function TransactionAnnotationsCreate(
International : International,
Annotations : Collection<Annotation>,
TransactionId : int
) : OperationResult
參數
- International
型別:Microsoft.MasterDataServices.International
The cultural settings.
- Annotations
型別:System.Collections.ObjectModel.Collection<Annotation>
The list of annotation to create and to attach to the transaction.
- TransactionId
型別:System.Int32
The unique integer identifier of the transaction.
傳回值
型別:Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.