| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| tableName | String | The name of the table that the index should be added to. | ||
| indexName | String | The name of the index to add. | ||
| columnNames | String | A comma separated list of Column Names that make up the Index. | ||
| unique | Boolean | Optional | Indicates whether this is a unique index. If omitted, a value of False is assumed. | |
| includedColumns | String | Optional | A comma separated list of Included Columns. This is currently only applicable to MS SQL Server databases. |
A String value.