NextRelationshipId 屬性
Gets or sets the identifier for the object that defines the relationship between an item and its children.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)
語法
'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property NextRelationshipId As Identifier
Get
Set
'用途
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)
屬性值
型別:Microsoft.MasterDataServices.Services.DataContracts. . :: . .Identifier
Identifier.
備註
NextRelationshipId can represent an entity, an attribute, or a hierarchy and it is specified by NextRelationshipType.