Parameterized constructor.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim name As String
Dim relatedTableId As Integer
Dim relationshipId As Integer
Dim instance As New RelationInfo(name, relatedTableId, relationshipId) |
Parameters
- name
- Relate name.
- relatedTableId
- Id of table that is related to the parent.
- relationshipId
- Id of relationship between source and related table.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also