ESRI.ArcGIS.DataManagementTools | |
AddIndex Class Properties | |
See Also Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers |
ESRI.ArcGIS.DataManagementTools Namespace : AddIndex Class |
For a list of all members of this type, see AddIndex members.
Name | Description | |
---|---|---|
Alias | The alias for this tool's toolbox. | |
ascending | Specifies whether values are indexed in ascending order. (In, Optional) | |
fields | The list of fields that will participate in the index. Any number of fields can be specified. (In, Required) | |
in_table | The table containing the fields to be indexed. (In, Required) | |
index_name | The name of the new index. An index name is necessary when adding an index to geodatabase feature classes and tables. For other data types, such as shapefiles and coverage feature classes, index names cannot be specified. (In, Optional) | |
out_table | Output Table (out, Optional) | |
ParameterInfo | The parameters used by this tool. For internal use only. | |
ToolboxDirectory | The directory of this tool's toolbox. | |
ToolboxName | The name of this tool's toolbox. | |
ToolName | The name of this tool. | |
unique | Specifies whether the values in the index are unique. (In, Optional) |