Sdílet prostřednictvím


SqlPoolReferenceType Struct

Definition

SQL pool reference type.

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

Constructors

SqlPoolReferenceType(String)

Initializes a new instance of SqlPoolReferenceType.

Properties

SqlPoolReference

SqlPoolReference.

Methods

Equals(SqlPoolReferenceType)

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

Determines if two SqlPoolReferenceType values are the same.

Implicit(String to SqlPoolReferenceType)

Converts a string to a SqlPoolReferenceType.

Inequality(SqlPoolReferenceType, SqlPoolReferenceType)

Determines if two SqlPoolReferenceType values are not the same.

Applies to