SqlScriptType Struct

Definition

The type of the SQL script.

public readonly struct SqlScriptType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.SqlScriptType>
type SqlScriptType = struct
Public Structure SqlScriptType
Implements IEquatable(Of SqlScriptType)
Inheritance
SqlScriptType
Implements

Constructors

SqlScriptType(String)

Initializes a new instance of SqlScriptType.

Properties

SqlQuery

SqlQuery.

Methods

Equals(SqlScriptType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SqlScriptType, SqlScriptType)

Determines if two SqlScriptType values are the same.

Implicit(String to SqlScriptType)

Converts a string to a SqlScriptType.

Inequality(SqlScriptType, SqlScriptType)

Determines if two SqlScriptType values are not the same.

Applies to