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




in_table
The table containing the fields to be indexed. (In, Required)
fields
The list of fields that will participate in the index. Any number of fields can be specified. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_table As Object, _
   ByVal fields As Object _
)
Visual Basic (Usage)Copy Code
Dim in_table As Object
Dim fields As Object
 
Dim instance As AddIndex(in_table, fields)
C# 
public AddIndex( 
   object in_table,
   object fields
)

Parameters

in_table
The table containing the fields to be indexed. (In, Required)
fields
The list of fields that will participate in the index. Any number of fields can be specified. (In, Required)

See Also

© 2010 All Rights Reserved.