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