EntityMemberAnnotationsGetResponse Clase

Definición

Contiene los detalles de la respuesta.

public ref class EntityMemberAnnotationsGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMemberAnnotationsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMemberAnnotationsGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMemberAnnotationsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberAnnotationsGetResponse = class
Public Class EntityMemberAnnotationsGetResponse
Herencia
EntityMemberAnnotationsGetResponse
Atributos

Constructores

Nombre Description
EntityMemberAnnotationsGetResponse()

Inicializa una nueva instancia de la EntityMemberAnnotationsGetResponse clase que tiene valores por defecto.

EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier)

Inicializa una nueva instancia de la EntityMemberAnnotationsGetResponse clase que tenga las anotaciones, entidad, miembro, modelo y ID de versión, y resultado de operación especificados.

Campos

Nombre Description
Annotations

La variedad de anotaciones que hay que crear.

EntityId

El identificador globalmente único (GUID) o el nombre exacto de la entidad.

MemberId

El identificador del miembro.

ModelId

El GUID o el nombre exacto del modelo.

OperationResult

El resultado de la operación incluía un ID único para el seguimiento y registro.

VersionId

El GUID o el nombre exacto de la versión del modelo.

Se aplica a