Поделиться через


Свойство ParentChild.RelationshipType

Gets or sets the type that drives the relationship.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property RelationshipType As HierarchyItemType
    Get
    Set
'Применение
Dim instance As ParentChild
Dim value As HierarchyItemType

value = instance.RelationshipType

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

Значение свойства

Тип: Microsoft.MasterDataServices.HierarchyItemType
One of the values of HierarchyItemType. Possible values are ConsolidatedDBA, DBA, Entity, or Hierarchy.

См. также

Справочник

ParentChild Класс

Пространство имен Microsoft.MasterDataServices