Parent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a consolidated node in a hierarchy.
public ref class Parent : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="Parent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Parent : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="Parent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Parent = class
inherit DataContractBase
Public Class Parent
Inherits DataContractBase
- Inheritance
- Attributes
Constructors
Parent() |
Initializes a new instance of the Parent class. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DataContractBase) |
HierarchyId |
Gets or sets the ID of the parent member’s explicit hierarchy. |
ParentId |
Gets or sets the member ID of the parent member in a hierarchy. |
RelationshipType |
Gets or sets the relationship type of the member that is represented by Parent. |
SortOrder |
Gets or sets an integer value that represents the sort order for the member within the hierarchy / parent. |