SchemaUpdateAction 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.
Represents a schema update action
public enum SchemaUpdateAction
type SchemaUpdateAction =
Public Enum SchemaUpdateAction
- Inheritance
-
SchemaUpdateAction
Fields
Name | Value | Description |
---|---|---|
Delete | 0 | Delete - removing an object from the database |
Change | 1 | Change - modifying an object in the database |
Add | 2 | Add - adding an object to the database |