ServiceClient.IService.EntityMemberAnnotationsCreate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メンバーにアタッチされた新しい注釈を作成します。
virtual Microsoft::MasterDataServices::AnnotationsCreateResponse ^ Microsoft.MasterDataServices.IService.EntityMemberAnnotationsCreate(Microsoft::MasterDataServices::EntityMemberAnnotationsCreateRequest ^ request) = Microsoft::MasterDataServices::IService::EntityMemberAnnotationsCreate;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.AnnotationsCreateResponse IService.EntityMemberAnnotationsCreate (Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.EntityMemberAnnotationsCreate : Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest -> Microsoft.MasterDataServices.AnnotationsCreateResponse
override this.Microsoft.MasterDataServices.IService.EntityMemberAnnotationsCreate : Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest -> Microsoft.MasterDataServices.AnnotationsCreateResponse
Function EntityMemberAnnotationsCreate (request As EntityMemberAnnotationsCreateRequest) As AnnotationsCreateResponse Implements IService.EntityMemberAnnotationsCreate
パラメーター
作成要求。
戻り値
操作の AnnotationsCreateResponse。
実装
- 属性