Clase MdmDataContractOfModelContextIdentifier
Retrieves the contract of the model context ID.
Jerarquía de herencia
System. . :: . .Object
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(Entity))> _
<KnownTypeAttribute(GetType(VersionFlag))> _
<KnownTypeAttribute(GetType(Version))> _
<DataContractAttribute(Name := "MdmDataContractOfModelContextIdentifier", _
Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(DerivedHierarchy))> _
Public Class MdmDataContractOfModelContextIdentifier _
Implements IExtensibleDataObject
'Uso
Dim instance As MdmDataContractOfModelContextIdentifier
[KnownTypeAttribute(typeof(Entity))]
[KnownTypeAttribute(typeof(VersionFlag))]
[KnownTypeAttribute(typeof(Version))]
[DataContractAttribute(Name = "MdmDataContractOfModelContextIdentifier",
Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(DerivedHierarchy))]
public class MdmDataContractOfModelContextIdentifier : IExtensibleDataObject
[KnownTypeAttribute(typeof(Entity))]
[KnownTypeAttribute(typeof(VersionFlag))]
[KnownTypeAttribute(typeof(Version))]
[DataContractAttribute(Name = L"MdmDataContractOfModelContextIdentifier",
Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(DerivedHierarchy))]
public ref class MdmDataContractOfModelContextIdentifier : IExtensibleDataObject
[<KnownTypeAttribute(typeof(Entity))>]
[<KnownTypeAttribute(typeof(VersionFlag))>]
[<KnownTypeAttribute(typeof(Version))>]
[<DataContractAttribute(Name = "MdmDataContractOfModelContextIdentifier",
Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(DerivedHierarchy))>]
type MdmDataContractOfModelContextIdentifier =
class
interface IExtensibleDataObject
end
public class MdmDataContractOfModelContextIdentifier implements IExtensibleDataObject
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 an object that contains extra data. | |
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.