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




in_table
The table containing the index or indexes to be deleted. Table can refer to an actual table, a feature class attribute table, or an attributed relationship class. (In, Required)
index_name
The name of the index or indexes to be deleted. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_table
The table containing the index or indexes to be deleted. Table can refer to an actual table, a feature class attribute table, or an attributed relationship class. (In, Required)
index_name
The name of the index or indexes to be deleted. (In, Required)

See Also

© 2010 All Rights Reserved.