ScriptOutputOptions Class
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.
Output options for Scripting
public class ScriptOutputOptions
type ScriptOutputOptions = class
Public Class ScriptOutputOptions
- Inheritance
-
ScriptOutputOptions
Constructors
ScriptOutputOptions() |
Properties
Indented |
For file types that support it, whether to emit human-friendly formatting instead of compacted text |
SaveFileMode |
Generate script file overwrite option. If ScriptDestination is set to ToNotebook, this property is ignored and any existing file will be overwritten. |
SaveFileName |
Output file name for save file option |
SaveFileType |
Generate script unicode/ansi type |
ScriptDestination |
Generate script output destination |