Compartir a través de


Clase MdmDataContractOfModelContextIdentifier

Retrieves the contract of the model context ID.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
      Microsoft.MasterDataServices.DerivedHierarchy
      Microsoft.MasterDataServices.Entity
      Microsoft.MasterDataServices.Version
      Microsoft.MasterDataServices.VersionFlag

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

Sintaxis

'Declaración
<KnownTypeAttribute(GetType(DerivedHierarchy))> _
<DataContractAttribute(Name := "MdmDataContractOfModelContextIdentifier",  _
    Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(Entity))> _
<KnownTypeAttribute(GetType(VersionFlag))> _
<KnownTypeAttribute(GetType(Version))> _
Public Class MdmDataContractOfModelContextIdentifier _
    Inherits DataContractBase
'Uso
Dim instance As MdmDataContractOfModelContextIdentifier
[KnownTypeAttribute(typeof(DerivedHierarchy))]
[DataContractAttribute(Name = "MdmDataContractOfModelContextIdentifier", 
    Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(Entity))]
[KnownTypeAttribute(typeof(VersionFlag))]
[KnownTypeAttribute(typeof(Version))]
public class MdmDataContractOfModelContextIdentifier : DataContractBase
[KnownTypeAttribute(typeof(DerivedHierarchy))]
[DataContractAttribute(Name = L"MdmDataContractOfModelContextIdentifier", 
    Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(Entity))]
[KnownTypeAttribute(typeof(VersionFlag))]
[KnownTypeAttribute(typeof(Version))]
public ref class MdmDataContractOfModelContextIdentifier : public DataContractBase
[<KnownTypeAttribute(typeof(DerivedHierarchy))>]
[<DataContractAttribute(Name = "MdmDataContractOfModelContextIdentifier", 
    Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(Entity))>]
[<KnownTypeAttribute(typeof(VersionFlag))>]
[<KnownTypeAttribute(typeof(Version))>]
type MdmDataContractOfModelContextIdentifier =  
    class
        inherit DataContractBase
    end
public class MdmDataContractOfModelContextIdentifier extends DataContractBase

El tipo MdmDataContractOfModelContextIdentifier expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público MdmDataContractOfModelContextIdentifier Initializes a new instance of the MdmDataContractOfModelContextIdentifier class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AuditInfo Gets or sets audit information.
Propiedad pública ExtensionData Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.)
Propiedad pública Identifier Gets or sets the ID of the model context.
Propiedad pública Permission Gets or sets the security permission.

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

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