Właściwość ParentChild.NextRelationshipId
Pobiera lub ustawia identyfikator obiektu, który definiuje relację element i jego elementów podrzędnych.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property NextRelationshipId As Identifier
Get
Set
'Użycie
Dim instance As ParentChild
Dim value As Identifier
value = instance.NextRelationshipId
instance.NextRelationshipId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier NextRelationshipId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ NextRelationshipId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member NextRelationshipId : Identifier with get, set
function get NextRelationshipId () : Identifier
function set NextRelationshipId (value : Identifier)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Services.DataContracts.Identifier
Identyfikator.
Uwagi
NextRelationshipId może reprezentować obiekt, atrybut lub hierarchii i jest określona przez NextRelationshipType.
Zobacz także