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.