ESRI.ArcGIS.ConversionTools
TableToTable Constructor(Object,Object,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ConversionTools Namespace > TableToTable Class > TableToTable Constructor : TableToTable Constructor(Object,Object,String)




in_rows
The input table to be converted to a dBASE, personal, file, or SDE geodatabase table. Input Rows can be dBASE, INFO, VPF, OLE DB, personal, file, or SDE geodatabase tables, or table views. (In, Required)
out_path
The destination where the output table will be written. If a folder is specified, a dBASE table will be created. If a geodatabase is specified, a geodatabase table will be created. (In, Required)
out_name
The name of the output table. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_rows As Object, _
   ByVal out_path As Object, _
   ByVal out_name As String _
)
Visual Basic (Usage)Copy Code
Dim in_rows As Object
Dim out_path As Object
Dim out_name As String
 
Dim instance As TableToTable(in_rows, out_path, out_name)
C# 
public TableToTable( 
   object in_rows,
   object out_path,
   string out_name
)

Parameters

in_rows
The input table to be converted to a dBASE, personal, file, or SDE geodatabase table. Input Rows can be dBASE, INFO, VPF, OLE DB, personal, file, or SDE geodatabase tables, or table views. (In, Required)
out_path
The destination where the output table will be written. If a folder is specified, a dBASE table will be created. If a geodatabase is specified, a geodatabase table will be created. (In, Required)
out_name
The name of the output table. (In, Required)

See Also

© 2010 All Rights Reserved.