Share via


SqlScript interface

SQL script.

Properties

content

The content of the SQL script.

description

The description of the SQL script.

folder

The folder that this SQL script is in. If not specified, this SQL script will appear at the root level.

type

The type of the SQL script.

Property Details

content

The content of the SQL script.

content: SqlScriptContent

Property Value

description

The description of the SQL script.

description?: string

Property Value

string

folder

The folder that this SQL script is in. If not specified, this SQL script will appear at the root level.

folder?: SqlScriptFolder

Property Value

type

The type of the SQL script.

type?: string

Property Value

string