다음을 통해 공유


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 네임스페이스