Clase EntityMemberAnnotationsCreateRequest

Specifies the details of what is requested when creating entity member annotations.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

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

El tipo EntityMemberAnnotationsCreateRequest expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público EntityMemberAnnotationsCreateRequest() Initializes a new instance of the EntityMemberAnnotationsCreateRequest class with default values.
Método público EntityMemberAnnotationsCreateRequest(International, Collection<Annotation>, Identifier, MemberIdentifier, Identifier, Identifier) Initializes a new instance of the EntityMemberAnnotationsCreateRequest class that has the specified cultural settings, annotations, and entity, member, model, and version ID.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
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 International The cultural settings.
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 VersionId The GUID or the exact name of the model version.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices