Share via


SqlConnectionType Struct

Definition

The type of the connection.

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

Constructors

SqlConnectionType(String)

Initializes a new instance of SqlConnectionType.

Properties

SqlOnDemand

SqlOnDemand.

SqlPool

SqlPool.

Methods

Equals(SqlConnectionType)

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

Determines if two SqlConnectionType values are the same.

Implicit(String to SqlConnectionType)

Converts a string to a SqlConnectionType.

Inequality(SqlConnectionType, SqlConnectionType)

Determines if two SqlConnectionType values are not the same.

Applies to