| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| tableName | String | The Table on which the index exists. | ||
| indexName | String | The Name of the Index. | ||
| columnNames | String | A comma separated list of Column Names that make up the Index. | ||
| unique | Boolean | Indicates whether this is a unique index. | ||
| includedColumns | String | Optional | A comma separated list of Included Columns. This is currently only applicable to MS SQL Server databases. |
A Boolean value indicating success.