Condividi tramite


Classe Entity

Specifies a container for members and their attribute values and explicit hierarchies.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
      Microsoft.MasterDataServices.Entity

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

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "Entity", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Entity _
    Inherits MdmDataContractOfModelContextIdentifier
'Utilizzo
Dim instance As Entity
[DataContractAttribute(Name = "Entity", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Entity : MdmDataContractOfModelContextIdentifier
[DataContractAttribute(Name = L"Entity", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Entity : public MdmDataContractOfModelContextIdentifier
[<DataContractAttribute(Name = "Entity", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Entity =  
    class
        inherit MdmDataContractOfModelContextIdentifier
    end
public class Entity extends MdmDataContractOfModelContextIdentifier

Nel tipo Entity sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AuditInfo Gets or sets audit information. Ereditato da MdmDataContractOfModelContextIdentifier.
Proprietà pubblica CodeGenerationSeed Gets or sets the seed of a code generation.
Proprietà pubblica ExplicitHierarchies Gets or sets an object containing extra data.
Proprietà pubblica ExtensionData Gets or sets the structure that contains extra data. Ereditato da DataContractBase.
Proprietà pubblica Identifier Gets or sets the ID of the model context. Ereditato da MdmDataContractOfModelContextIdentifier.
Proprietà pubblica IsBase Gets or sets a value that indicates whether the entity shows on model explorer initial screen as the main entity.
Proprietà pubblica IsCodeGenerationEnabled Gets or sets a value that indicates whether the code generation is enabled.
Proprietà pubblica IsFlat Gets or sets a value that indicates whether the entity supports explicit hierarchies.
Proprietà pubblica IsSystem Gets or sets a value that indicates whether the entity was created by the MDS system. System entities cannot be deleted.
Proprietà pubblica MemberTypes Gets or sets an array of entity member types.
Proprietà pubblica Permission Gets or sets the security permission. Ereditato da MdmDataContractOfModelContextIdentifier.
Proprietà pubblica StagingName Gets or sets the staging name for Entity.

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