SqlDropObjectType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum SqlDropObjectType
type SqlDropObjectType =
Public Enum SqlDropObjectType
- Inheritance
-
SqlDropObjectType
Fields
Name | Value | Description |
---|---|---|
Table | 0 | |
Proc | 1 | |
Procedure | 2 | |
Function | 3 | |
View | 4 | |
Rule | 5 | |
Default | 6 | |
Trigger | 7 | |
Aggregate | 8 | |
Synonym | 9 | |
Sequence | 10 | |
SecurityPolicy | 11 |