共用方式為


ParentChild.NextRelationshipType 屬性

Gets or sets the hierarchy item type that defines how an item relates to its children.

命名空間:  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
The hierarchy item type that defines how an item relates to its children.

請參閱

參考

ParentChild 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間