다음을 통해 공유


IService.TransactionAnnotationsCreate 메서드

정의

기존 트랜잭션에 연결되는 새 주석을 만듭니다.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::AnnotationsCreateResponse ^ TransactionAnnotationsCreate(Microsoft::MasterDataServices::Services::MessageContracts::TransactionAnnotationsCreateRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsCreateResponse TransactionAnnotationsCreate (Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsCreateRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member TransactionAnnotationsCreate : Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsCreateRequest -> Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsCreateResponse
Public Function TransactionAnnotationsCreate (request As TransactionAnnotationsCreateRequest) As AnnotationsCreateResponse

매개 변수

request
TransactionAnnotationsCreateRequest

요청입니다.

반환

특성

설명

작업은 TransactionAnnotationsCreate(TransactionAnnotationsCreateRequest) 기존 트랜잭션에 주석을 만듭니다. 이 작업은 이전 트랜잭션에만 바인딩된 주석을 만듭니다. EntityMemberAnnotationsCreate(EntityMemberAnnotationsCreateRequest) 는 독립 실행형 주석을 만드는 데 사용됩니다(즉, 트랜잭션이 아닌 멤버에 직접 연결된 주석을 의미).

사용자는 자신의 트랜잭션에만 주석을 달 수 있습니다. 모델 관리자는 모든 트랜잭션에 주석을 달 수 있습니다.

이 작업을 수행하려면 하나 이상의 주석 주석과 함께 단일 트랜잭션 ID 입력이 필요합니다.

적용 대상