SqlScript Class

Definition

SQL script.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SqlScript+SqlScriptConverter))]
public class SqlScript
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SqlScript+SqlScriptConverter))>]
type SqlScript = class
Public Class SqlScript
Inheritance
SqlScript
Attributes

Constructors

SqlScript(SqlScriptContent)

Initializes a new instance of SqlScript.

Properties

AdditionalProperties

Additional 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.

Applies to