Compartir a través de


Parent.RelationshipType Propiedad

Definición

Obtiene o establece el tipo de relación del miembro representado por Parent.

public:
 property Nullable<Microsoft::MasterDataServices::RelationshipType> RelationshipType { Nullable<Microsoft::MasterDataServices::RelationshipType> get(); void set(Nullable<Microsoft::MasterDataServices::RelationshipType> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.RelationshipType? RelationshipType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.RelationshipType : Nullable<Microsoft.MasterDataServices.RelationshipType> with get, set
Public Property RelationshipType As Nullable(Of RelationshipType)

Valor de propiedad

Uno de los valores de RelationshipType. Los valores posibles son Parent, All o Sibling.

Atributos

Comentarios

La relación puede ser una relación del mismo nivel, así como una relación primaria cuando Parent se usa en una operación de creación o actualización.

Se aplica a