Partager via


Classe EntityMemberAnnotationsGetResponse

Holds the details of the response.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<MessageContractAttribute(WrapperName := "EntityMemberAnnotationsGetResponse",  _
    WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class EntityMemberAnnotationsGetResponse
'Utilisation
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

Le type EntityMemberAnnotationsGetResponse expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique EntityMemberAnnotationsGetResponse() () () () Initializes a new instance of the EntityMemberAnnotationsGetResponse class that has default values.
Méthode publique 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.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ public Annotations The array of annotations to create.
Champ public EntityId The globally unique identifier (GUID) or the exact name of the entity.
Champ public MemberId The identifier of the member.
Champ public ModelId The GUID or the exact name of the model.
Champ public OperationResult The operation result, including a unique ID for tracking and logging.
Champ public VersionId The GUID or the exact name of the model version.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.