DropSchemaBehavior Enumeration
Specifies the DROP SCHEMA behavior (in case of SQL 2000).
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| Cascade | The cascade behavior. | |
| None | No behavior is applied. | |
| Restrict | The restrict behavior. |
Show: