Właściwość Parent.RelationshipType
Pobiera lub ustawia RelationshipType z element członkowski reprezentowane przez nadrzędny.Relacja może być relacji równorzędny, a także relacji nadrzędny nadrzędnego jest używany w operacji Utwórz lub Aktualizuj.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property RelationshipType As Nullable(Of RelationshipType)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Nullable<RelationshipType>
RelationshipType.
Zobacz także