次の方法で共有


ParentChild.NextRelationshipType プロパティ

アイテムをアイテム自身の子に関連付ける方法を定義する階層アイテムの種類を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property NextRelationshipType As HierarchyItemType 
    Get 
    Set
'使用
Dim instance As ParentChild 
Dim value As HierarchyItemType 

value = instance.NextRelationshipType

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

プロパティ値

型: Microsoft.MasterDataServices.Services.DataContracts.HierarchyItemType
アイテムをアイテム自身の子に関連付ける方法を定義する階層アイテムの種類。

関連項目

参照

ParentChild クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間