Transaction.ExplicitHierarchyId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Explicit hierarchies are deprecated.
指定成员所位于的层次结构。
public:
property Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ ExplicitHierarchyId { Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ value); };
[System.Obsolete("Explicit hierarchies are deprecated.")]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Services.DataContracts.Identifier ExplicitHierarchyId { get; set; }
[<System.Obsolete("Explicit hierarchies are deprecated.")>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.ExplicitHierarchyId : Microsoft.MasterDataServices.Services.DataContracts.Identifier with get, set
Public Property ExplicitHierarchyId As Identifier
属性值
显式层次结构标识符。
- 属性