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. |