IService.TransactionAnnotationsCreate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既存のトランザクションにアタッチされる新しい注釈を作成します。
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 入力が必要です。