The fields and field contents chosen from the inputs. Each of the unique input fields will be listed on the Field Map window and when expanded, you will see a list of all the input field occurrences (sub fields). New fields can also be added. (In, Optional)
Syntax
Visual Basic (Declaration) | |
---|
Public Property field_mapping As Object |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As TableToTable
Dim value As Object
instance.field_mapping = value
value = instance.field_mapping |
C# | |
---|
public object field_mapping {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