Condividi tramite


Classe MdmDataContractOfMemberTypeContextIdentifier

Specifies a data contract for MemberTypeContextIdentifier.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MdmDataContractOfMemberTypeContextIdentifier
      Microsoft.MasterDataServices.AttributeGroup
      Microsoft.MasterDataServices.MetadataAttribute

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<KnownTypeAttribute(GetType(AttributeGroup))> _
<KnownTypeAttribute(GetType(MetadataAttribute))> _
<DataContractAttribute(Name := "MdmDataContractOfMemberTypeContextIdentifier",  _
    Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MdmDataContractOfMemberTypeContextIdentifier _
    Inherits DataContractBase
'Utilizzo
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

Nel tipo MdmDataContractOfMemberTypeContextIdentifier sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico MdmDataContractOfMemberTypeContextIdentifier Initializes a new instance of the MdmDataContractOfMemberTypeContextIdentifier class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AuditInfo Gets or sets an AuditInfo.
Proprietà pubblica ExtensionData Gets or sets the structure that contains extra data. Ereditato da DataContractBase.
Proprietà pubblica Identifier Gets or sets an ID.
Proprietà pubblica Permission Gets or sets a security permission.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices