TDropDBIndexCommand Class
DDL command that generates a DROP INDEX statement.
Syntax
Unit: Aurelius.Schema.Commands
TDropDBIndexCommand = class(TDDLCommand);
Constructors
| Name | Description |
|---|---|
| Create | Creates a TDropDBIndexCommand for the given index. |
Properties
| Name | Description |
|---|---|
| DBIndex | Gets or sets the index metadata that this command will drop. |