Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the hierarchy item type that defines how an item relates to its children.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property NextRelationshipType As HierarchyItemType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.MasterDataServices.HierarchyItemType
A new instance of type HierarchyItemType.