ScriptAction 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.
Specifies an enumeration of script actions.
public enum ScriptAction
type ScriptAction =
Public Enum ScriptAction
- Inheritance
-
ScriptAction
Fields
Name | Value | Description |
---|---|---|
Create | 0 | The Create action. |
CreateWithAllowOverwrite | 1 | The CreateWithAllowOverwrite action. |
Alter | 2 | The Alter action. |
AlterWithAllowCreate | 3 | The AlterWithAllowCreate action. |
Delete | 4 | The Delete action. |