語言

ParentChild 類別

定義

指定從階層結構中建立的父子關係紀錄。

public ref class ParentChild : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="ParentChild", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ParentChild : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="ParentChild", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ParentChild = class
    inherit DataContractBase
Public Class ParentChild
Inherits DataContractBase
繼承
ParentChild
屬性

建構函式

名稱 Description
ParentChild()

初始化 ParentChild 類別的新執行個體。

屬性

名稱 Description
AttributeId

取得或設定用於將成員與其子節點關聯的屬性識別碼(若有的話)。

AuditInfo

取得或設定與此節點關係相關的稽核資訊。

Child

取得或設定子成員。

ChildEntityId

取得或設定與關係關係中子節點相關聯的實體。

ChildPermission

取得或設定子節點的安全權限。

ExtensionData

取得或設定包含額外資料的結構。

(繼承來源 DataContractBase)
NextRelationshipId

取得或設定定義物件與其子節點關係的識別碼。

NextRelationshipType

取得或設定階層項目類型,定義項目與其子節點的關係。

Parent

取得或設定母成員。

ParentEntityId

取得或設定與該關係父節點相關的實體。

ParentPermission

取得或設定父節點的安全權限。

RelationshipId

取得或設定關聯物件(實體、屬性或階層),將節點與另一個節點關聯起來。

RelationshipType

要決定或決定推動關係的類型。

SortOrder

取得或設定排序順序。

Weight

取得或設定親子關係的權重。

適用於