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 | |
---|---|---|
MdmDataContractOfModelContextIdentifier | Initializes a new instance of the MdmDataContractOfModelContextIdentifier class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AuditInfo | Gets or sets audit information. | |
ExtensionData | Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.) | |
Identifier | Gets or sets the ID of the model context. | |
Permission | Gets or sets the security permission. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.