ScriptFileMode 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.
Generate script file overwrite option
public enum ScriptFileMode
type ScriptFileMode =
Public Enum ScriptFileMode
- Inheritance
-
ScriptFileMode
Fields
Name | Value | Description |
---|---|---|
Overwrite | 0 | Overwrite existing files |
Append | 1 | Append contents to existing files |