你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlScriptContent Class

Definition

The content of the SQL script.

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

Constructors

Name Description
SqlScriptContent(String)

Initializes a new instance of SqlScriptContent.

Properties

Name Description
AdditionalProperties

Additional Properties.

CurrentConnection

The connection used to execute the SQL script.

Metadata

The metadata of the SQL script.

Query

SQL query to execute.

ResultLimit

Limit of results, '-1' for no limit.

Applies to