The table or feature class that will be associated to the destination table. (In, Required)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property origin_table As Object |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As CreateRelationshipClass
Dim value As Object
instance.origin_table = value
value = instance.origin_table |
| C# | |
|---|
public object origin_table {get; set;} |
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