DropSchemaBehavior 枚举

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

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Enumeration DropSchemaBehavior
用法
Dim instance As DropSchemaBehavior
public enum DropSchemaBehavior
public enum class DropSchemaBehavior
type DropSchemaBehavior
public enum DropSchemaBehavior

成员

成员名称 说明
Cascade The cascade behavior.
None No behavior is applied.
Restrict The restrict behavior.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间