Table of Contents

TDropUniqueKeyCommand Class

DDL command that generates an ALTER TABLE ... DROP CONSTRAINT statement for a unique key.

Syntax

Unit: Aurelius.Schema.Commands

TDropUniqueKeyCommand = class(TDDLCommand);

Constructors

Name Description
Create Creates a TDropUniqueKeyCommand for the given unique key.

Properties

Name Description
Uniquekey Gets or sets the unique key metadata that this command will drop.