Compartilhar via


Classe EntityMemberAnnotationsGetResponse

Holds the details of the response.

Hierarquia de herança

System. . :: . .Object
  Microsoft.MasterDataServices..::..EntityMemberAnnotationsGetResponse

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<MessageContractAttribute(WrapperName := "EntityMemberAnnotationsGetResponse",  _
    WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class EntityMemberAnnotationsGetResponse
'Uso
Dim instance As EntityMemberAnnotationsGetResponse
[MessageContractAttribute(WrapperName = "EntityMemberAnnotationsGetResponse", 
    WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class EntityMemberAnnotationsGetResponse
[MessageContractAttribute(WrapperName = L"EntityMemberAnnotationsGetResponse", 
    WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class EntityMemberAnnotationsGetResponse
[<MessageContractAttribute(WrapperName = "EntityMemberAnnotationsGetResponse", 
    WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type EntityMemberAnnotationsGetResponse =  class end
public class EntityMemberAnnotationsGetResponse

O tipo EntityMemberAnnotationsGetResponse expõe os membros a seguir.

Construtores

  Nome Descrição
Método público EntityMemberAnnotationsGetResponse() () () () Initializes a new instance of the EntityMemberAnnotationsGetResponse class that has default values.
Método público EntityMemberAnnotationsGetResponse(Collection< (Of < <' (Annotation> ) > > ), Identifier, MemberIdentifier, Identifier, OperationResult, Identifier) Initializes a new instance of the EntityMemberAnnotationsGetResponse class that has the specified annotations, entity, member, model, and version ID, and operation result.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo público Annotations The array of annotations to create.
Campo público EntityId The globally unique identifier (GUID) or the exact name of the entity.
Campo público MemberId The identifier of the member.
Campo público ModelId The GUID or the exact name of the model.
Campo público OperationResult The operation result, including a unique ID for tracking and logging.
Campo público VersionId The GUID or the exact name of the model version.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência