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.