Clase MdmDataContractOfMemberTypeContextIdentifier
Specifies a data contract for MemberTypeContextIdentifier.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfMemberTypeContextIdentifier
Microsoft.MasterDataServices.AttributeGroup
Microsoft.MasterDataServices.MetadataAttribute
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<KnownTypeAttribute(GetType(AttributeGroup))> _
<KnownTypeAttribute(GetType(MetadataAttribute))> _
<DataContractAttribute(Name := "MdmDataContractOfMemberTypeContextIdentifier", _
Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MdmDataContractOfMemberTypeContextIdentifier _
Inherits DataContractBase
'Uso
Dim instance As MdmDataContractOfMemberTypeContextIdentifier
[KnownTypeAttribute(typeof(AttributeGroup))]
[KnownTypeAttribute(typeof(MetadataAttribute))]
[DataContractAttribute(Name = "MdmDataContractOfMemberTypeContextIdentifier",
Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MdmDataContractOfMemberTypeContextIdentifier : DataContractBase
[KnownTypeAttribute(typeof(AttributeGroup))]
[KnownTypeAttribute(typeof(MetadataAttribute))]
[DataContractAttribute(Name = L"MdmDataContractOfMemberTypeContextIdentifier",
Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MdmDataContractOfMemberTypeContextIdentifier : public DataContractBase
[<KnownTypeAttribute(typeof(AttributeGroup))>]
[<KnownTypeAttribute(typeof(MetadataAttribute))>]
[<DataContractAttribute(Name = "MdmDataContractOfMemberTypeContextIdentifier",
Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MdmDataContractOfMemberTypeContextIdentifier =
class
inherit DataContractBase
end
public class MdmDataContractOfMemberTypeContextIdentifier extends DataContractBase
El tipo MdmDataContractOfMemberTypeContextIdentifier expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
MdmDataContractOfMemberTypeContextIdentifier | Initializes a new instance of the MdmDataContractOfMemberTypeContextIdentifier class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AuditInfo | Gets or sets an AuditInfo. | |
ExtensionData | Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.) | |
Identifier | Gets or sets an ID. | |
Permission | Gets or sets a 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.