ServiceClient.IService.EntityMemberAnnotationsCreate Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria novas anotações anexadas a um membro.
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
Parâmetros
A solicitação de criação.
Retornos
A AnnotationsCreateResponse para a operação.
Implementações
- Atributos