다음을 통해 공유


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

매개 변수

  • TransactionId
    유형: System.Int32
    The unique integer identifier of the transaction.

반환 값

유형: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.

참고 항목

참조

ServiceClient 클래스

Microsoft.MasterDataServices 네임스페이스