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
| Name | Description |
|---|---|
| SqlConnectionType(String) |
Initializes a new instance of SqlConnectionType. |
Properties
| Name | Description |
|---|---|
| SqlOnDemand |
SqlOnDemand. |
| SqlPool |
SqlPool. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |