Propriété ParentChild.NextRelationshipId
Gets or sets the identifier for the object that defines the relationship between an item and its children.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property NextRelationshipId As Identifier
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier for the object that defines the relationship between an item and its children.
Notes
NextRelationshipId can represent an entity, an attribute, or a hierarchy and it is specified by NextRelationshipType.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts