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

EntityMemberAnnotationsGetResponse()

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

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

Inicializa una nueva instancia de la clase EntityMemberAnnotationsGetResponse que tiene las anotaciones, el identificador de entidad, miembro, modelo y versión, así como el resultado de la operación especificados.

Campos

Annotations

La matriz de anotaciones que se van a crear.

EntityId

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

MemberId

Identificador del miembro.

ModelId

El GUID o el nombre exacto del modelo.

OperationResult

Resultado de la operación, incluido un identificador único para tareas de seguimiento y registro.

VersionId

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

Se aplica a