Share via


ScriptDestination Enum

Definition

Generate script output destination

public enum ScriptDestination
type ScriptDestination = 
Public Enum ScriptDestination
Inheritance
ScriptDestination

Fields

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

ToSingleFile 0

Put all scripts in one file

Applies to