n is either 1 or 0. The default value is 1.
Description
When DropDelete is enabled (n = 1), a DROP TABLE statement deletes the table and the table's data. When this parameter is not enabled, a DROP TABLE statement deletes the table, but does not delete the data.
For further details, refer to the DROP TABLE command.