Partilhar via


Propriedade do RDL ParentChild.RelationshipType

Gets or sets the type that drives the relationship.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property RelationshipType As HierarchyItemType
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.MasterDataServices.HierarchyItemType
One of the values of HierarchyItemType. Possible values are ConsolidatedDBA, DBA, Entity, or Hierarchy.

Consulte também

Referência

ParentChild Classe

Namespace Microsoft.MasterDataServices