You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

ID of the relationship. This ID is assigned by ER/Studio. Each relationship in a diagram has a unique ID. DATATYPE: Integer.

Property type

Read-only property

Syntax

Visual Basic

Public Property ID() As Variant

Example

Dim MyRelationship As Relationship
Dim RelID As Integer
 
MyRelationship.ID = RelID

See Also

Relationship Object

  • No labels