Partager via


Classe MdmDataContractOfModelContextIdentifier

Retrieves the contract of the model context ID.

Hiérarchie d'héritage

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

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

Syntaxe

'Déclaration
<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
'Utilisation
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

Le type MdmDataContractOfModelContextIdentifier expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique MdmDataContractOfModelContextIdentifier Initializes a new instance of the MdmDataContractOfModelContextIdentifier class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AuditInfo Gets or sets audit information.
Propriété publique ExtensionData Gets or sets the structure that contains extra data. (hérité de DataContractBase.)
Propriété publique Identifier Gets or sets the ID of the model context.
Propriété publique Permission Gets or sets the security permission.

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

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.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices