Sdílet prostřednictvím


CatalogCollationType Struct

Definition

Collation of the metadata catalog.

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

Constructors

CatalogCollationType(String)

Initializes a new instance of CatalogCollationType.

Properties

DatabaseDefault

DATABASE_DEFAULT.

SqlLatin1GeneralCp1CiAs

SQL_Latin1_General_CP1_CI_AS.

Methods

Equals(CatalogCollationType)

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

Determines if two CatalogCollationType values are the same.

Implicit(String to CatalogCollationType)

Converts a string to a CatalogCollationType.

Inequality(CatalogCollationType, CatalogCollationType)

Determines if two CatalogCollationType values are not the same.

Applies to