ScriptDestination 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 output destination
public enum ScriptDestination
type ScriptDestination =
Public Enum ScriptDestination
- Inheritance
-
ScriptDestination
Fields
Name | Value | Description |
---|---|---|
ToSingleFile | 0 | Put all scripts in one file |
ToClipboard | 1 | Put all scripts on the clipboard as one string |
ToEditor | 2 | Open the scripts in an editor window |
ToFilePerObject | 3 | Create one file per database object |
ToNotebook | 4 | Create a Jupyter Notebook with one code cell per object |