共用方式為


ParentChild.RelationshipType 屬性

Gets or sets the relationship type.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property RelationshipType As HierarchyItemType 
    Get 
    Set
'用途
Dim instance As ParentChild 
Dim value As HierarchyItemType 

value = instance.RelationshipType

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

屬性值

型別:Microsoft.MasterDataServices.Services.DataContracts.HierarchyItemType
The relationship type.

請參閱

參考

ParentChild 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間