Share via


DataFactoryScriptType Struct

Definition

The type of the query. Type: string.

public readonly struct DataFactoryScriptType : IEquatable<Azure.ResourceManager.DataFactory.Models.DataFactoryScriptType>
type DataFactoryScriptType = struct
Public Structure DataFactoryScriptType
Implements IEquatable(Of DataFactoryScriptType)
Inheritance
DataFactoryScriptType
Implements

Constructors

DataFactoryScriptType(String)

Initializes a new instance of DataFactoryScriptType.

Properties

NonQuery

NonQuery.

Query

Query.

Methods

Equals(DataFactoryScriptType)

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

Determines if two DataFactoryScriptType values are the same.

Implicit(String to DataFactoryScriptType)

Converts a string to a DataFactoryScriptType.

Inequality(DataFactoryScriptType, DataFactoryScriptType)

Determines if two DataFactoryScriptType values are not the same.

Applies to