SqlScript 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET