ExplicitHierarchy 类
Represents a parent–child relationship that requires all leaf members to be expressed once and only once.
继承层次结构
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .MdmDataContract< (Of < ( <'EntityContextIdentifier> ) > ) >
Microsoft.MasterDataServices.Services.DataContracts..::..ExplicitHierarchy
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
<DataContractAttribute(Name := "ExplicitHierarchy", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class ExplicitHierarchy _
Inherits MdmDataContract(Of EntityContextIdentifier)
用法
Dim instance As ExplicitHierarchy
[DataContractAttribute(Name = "ExplicitHierarchy", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class ExplicitHierarchy : MdmDataContract<EntityContextIdentifier>
[DataContractAttribute(Name = L"ExplicitHierarchy", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ExplicitHierarchy sealed : public MdmDataContract<EntityContextIdentifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "ExplicitHierarchy", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ExplicitHierarchy =
class
inherit MdmDataContract<EntityContextIdentifier>
end
public final class ExplicitHierarchy extends MdmDataContract<EntityContextIdentifier>
ExplicitHierarchy 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
AuditInfo | Gets or sets the AuditInfo. (从 MdmDataContract< (Of < ( <'IdType> ) > ) > 继承。) | |
Identifier | Gets or sets the ID. (从 MdmDataContract< (Of < ( <'IdType> ) > ) > 继承。) | |
Permission | Gets or sets the permission. (从 MdmDataContract< (Of < ( <'IdType> ) > ) > 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
字段
名称 | 说明 | |
---|---|---|
FullyQualifiedName | Fully-qualified name for the hierarchy. | |
IsMandatory | Indicates whether all leaf members are required in the hierarchy. Non-mandatory entities create a special parent member called "unused" that initially hold all leaf members. |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。