SqlConnectionType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET