Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the DROP SCHEMA behavior.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Enumeration DropSchemaBehavior
public enum DropSchemaBehavior
public enum class DropSchemaBehavior
type DropSchemaBehavior
public enum DropSchemaBehavior
Members
Member name | Description | |
---|---|---|
None | Behavior is None | |
Cascade | Behavior is Cascade | |
Restrict | Behavior is Restrict |