Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies a container for members and their attribute values and explicit hierarchies.
Vererbungshierarchie
System.Object
Microsoft.MasterDataServices.DataContractBase
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 | |
|---|---|---|
![]() |
Entity | Initializes a new instance of the Entity class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
AuditInfo | Gets or sets audit information. (Geerbt von MdmDataContractOfModelContextIdentifier.) |
![]() |
CodeGenerationSeed | Gets or sets the seed of a code generation. |
![]() |
ExplicitHierarchies | Gets or sets an object containing extra data. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Geerbt von DataContractBase.) |
![]() |
Identifier | Gets or sets the ID of the model context. (Geerbt von MdmDataContractOfModelContextIdentifier.) |
![]() |
IsBase | Gets or sets a value that indicates whether the entity shows on model explorer initial screen as the main entity. |
![]() |
IsCodeGenerationEnabled | Gets or sets a value that indicates whether the code generation is enabled. |
![]() |
IsFlat | Gets or sets a value that indicates whether the entity supports explicit hierarchies. |
![]() |
IsSystem | Gets or sets a value that indicates whether the entity was created by the MDS system. System entities cannot be deleted. |
![]() |
MemberTypes | Gets or sets an array of entity member types. |
![]() |
Permission | Gets or sets the security permission. (Geerbt von MdmDataContractOfModelContextIdentifier.) |
![]() |
StagingName | Gets or sets the staging name for Entity. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
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.
.gif)
.gif)
.gif)