DerivedHierarchyLevel.ForeignType Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public HierarchyItemType ForeignType { get; set; }
public:
[DataMemberAttribute]
property HierarchyItemType ForeignType {
    HierarchyItemType get();
    void set(HierarchyItemType value);
}
[<DataMemberAttribute>]
member ForeignType : HierarchyItemType with get, set
<DataMemberAttribute>
Public Property ForeignType As HierarchyItemType

Property Value

Type: Microsoft.MasterDataServices.HierarchyItemType

A new instance of type HierarchyItemType.

See Also

DerivedHierarchyLevel Class
Microsoft.MasterDataServices Namespace

Return to top