The table or table view to be joined to the input layer or table view. (In, Required)
Syntax
Visual Basic (Declaration) | |
---|
Public Property join_table As Object |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AddJoin
Dim value As Object
instance.join_table = value
value = instance.join_table |
C# | |
---|
public object join_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