CatalogCollationType Class

Definition

Defines values for CatalogCollationType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.CatalogCollationType>))]
public class CatalogCollationType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Sql.Fluent.Models.CatalogCollationType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.CatalogCollationType>))>]
type CatalogCollationType = class
    inherit ExpandableStringEnum<CatalogCollationType>
Public Class CatalogCollationType
Inherits ExpandableStringEnum(Of CatalogCollationType)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

CatalogCollationType()

Fields

DATABASEDEFAULT
SQLLatin1GeneralCP1CIAS

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to