ScriptType Struct

Definition

The type of the query. Type: string.

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

Constructors

ScriptType(String)

Initializes a new instance of ScriptType.

Properties

NonQuery

NonQuery.

Query

Query.

Methods

Equals(ScriptType)

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(ScriptType, ScriptType)

Determines if two ScriptType values are the same.

Implicit(String to ScriptType)

Converts a string to a ScriptType.

Inequality(ScriptType, ScriptType)

Determines if two ScriptType values are not the same.

Applies to