Share via


Entity-Klasse

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

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices. . :: . .MdmDataContractOfModelContextIdentifier
    Microsoft.MasterDataServices..::..Entity

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "Entity", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Entity _
    Inherits MdmDataContractOfModelContextIdentifier
'Usage
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

Der Entity-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Entity Initializes a new instance of the Entity class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AuditInfo Gets or sets audit information. (Geerbt von MdmDataContractOfModelContextIdentifier.)
Öffentliche Eigenschaft ExplicitHierarchies Gets or sets an object containing extra data.
Öffentliche Eigenschaft ExtensionData Gets or sets an object that contains extra data. (Geerbt von MdmDataContractOfModelContextIdentifier.)
Öffentliche Eigenschaft Identifier Gets or sets the ID of the model context. (Geerbt von MdmDataContractOfModelContextIdentifier.)
Öffentliche Eigenschaft IsBase Gets or sets a value that indicates whether the entity shows on model explorer initial screen as the main entity.
Öffentliche Eigenschaft IsFlat Gets or sets a value that indicates whether the entity supports explicit hierarchies.
Öffentliche Eigenschaft IsSystem Gets or sets a value that indicates whether the entity was created by the MDS system. System entities cannot be deleted.
Öffentliche Eigenschaft MemberTypes Gets or sets an array of entity member types.
Öffentliche Eigenschaft Permission Gets or sets the security permission. (Geerbt von MdmDataContractOfModelContextIdentifier.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.