DerivedHierarchyLevel.ForeignType 属性

Gets or sets the type of object that is specified in the foreign identifier.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.HierarchyItemType
The type of object that is specified in the foreign identifier.

请参阅

参考

DerivedHierarchyLevel 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间