Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the relationship type of the member that is represented by Parent.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property RelationshipType As Nullable(Of RelationshipType)
Get
Set
'Usage
Dim instance As Parent
Dim value As Nullable(Of RelationshipType)
value = instance.RelationshipType
instance.RelationshipType = value
[DataMemberAttribute]
public Nullable<RelationshipType> RelationshipType { get; set; }
[DataMemberAttribute]
public:
property Nullable<RelationshipType> RelationshipType {
Nullable<RelationshipType> get ();
void set (Nullable<RelationshipType> value);
}
[<DataMemberAttribute>]
member RelationshipType : Nullable<RelationshipType> with get, set
function get RelationshipType () : Nullable<RelationshipType>
function set RelationshipType (value : Nullable<RelationshipType>)
Eigenschaftswert
Typ: System.Nullable<RelationshipType>
One of the values of RelationshipType. Possible values are Parent, Sibling, or All.
Hinweise
The relationship can be a sibling relationship as well as a parent relationship when Parent is used in a create or update operation.