次の方法で共有


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

パラメーター

戻り値

属性

注釈

操作により TransactionAnnotationsCreate(TransactionAnnotationsCreateRequest) 、既存のトランザクションに注釈が作成されます。 この操作により、以前のトランザクションにのみバインドされる注釈が作成されます。 EntityMemberAnnotationsCreate(EntityMemberAnnotationsCreateRequest) は、スタンドアロン注釈 (トランザクションではなくメンバーに直接アタッチされる注釈) を作成するために使用されます。

ユーザーは自分のトランザクションにのみ注釈を付けることができます。 モデル管理者は、すべてのトランザクションに注釈を付けることができます。

この操作には、1 つ以上の注釈コメントと共に 1 つのトランザクション ID 入力が必要です。

適用対象