次の方法で共有


ParentChild.RelationshipType プロパティ

リレーションシップを開始する型を取得または設定します。

名前空間:  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
HierarchyItemType の値の 1 つ。有効値は、ConsolidatedDBA、DBA、Entity、または Hierarchy です。

関連項目

参照

ParentChild クラス

Microsoft.MasterDataServices 名前空間