Classe Entity
Specifies a container for members and their attribute values and explicit hierarchies.
Gerarchia di ereditarietà
System. . :: . .Object
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.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
AuditInfo | Gets or sets audit information. Ereditato da MdmDataContractOfModelContextIdentifier. |
![]() |
ExplicitHierarchies | Gets or sets an object containing extra data. |
![]() |
ExtensionData | Gets or sets an object that contains extra data. Ereditato da MdmDataContractOfModelContextIdentifier. |
![]() |
Identifier | Gets or sets the ID of the model context. Ereditato da MdmDataContractOfModelContextIdentifier. |
![]() |
IsBase | Gets or sets a value that indicates whether the entity shows on model explorer initial screen as the main entity. |
![]() |
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. Ereditato da MdmDataContractOfModelContextIdentifier. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.