Partager via


Énumération DropSchemaBehavior

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Enumeration DropSchemaBehavior
'Utilisation
Dim instance As DropSchemaBehavior
public enum DropSchemaBehavior
public enum class DropSchemaBehavior
type DropSchemaBehavior
public enum DropSchemaBehavior

Membres

Nom de membre Description
Cascade The cascade behavior.
None No behavior is applied.
Restrict The restrict behavior.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom