共用方式為


DerivedHierarchyLevel.ForeignType 屬性

Gets or sets the HierarchyItemType that is specified in the ForeignId.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property ForeignType As HierarchyItemType
    Get
    Set
'用途
Dim instance As DerivedHierarchyLevel
Dim value As HierarchyItemType

value = instance.ForeignType

instance.ForeignType = value
[DataMemberAttribute]
public HierarchyItemType ForeignType { get; set; }
[DataMemberAttribute]
public:
property HierarchyItemType ForeignType {
    HierarchyItemType get ();
    void set (HierarchyItemType value);
}
[<DataMemberAttribute>]
member ForeignType : HierarchyItemType with get, set
function get ForeignType () : HierarchyItemType
function set ForeignType (value : HierarchyItemType)

屬性值

型別:Microsoft.MasterDataServices.HierarchyItemType
A new instance of type HierarchyItemType.

請參閱

參考

DerivedHierarchyLevel 類別

Microsoft.MasterDataServices 命名空間