DropSchemaBehavior Enumeration

Specifies the DROP SCHEMA behavior (in case of SQL 2000).

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration DropSchemaBehavior
'Usage
Dim instance As DropSchemaBehavior
public enum DropSchemaBehavior
public enum class DropSchemaBehavior
type DropSchemaBehavior
public enum DropSchemaBehavior

Members

Member name Description
Cascade The cascade behavior.
None No behavior is applied.
Restrict The restrict behavior.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace