ManagedDatabaseInner.CatalogCollation Property

Definition

Gets or sets collation of the metadata catalog. Possible values include: 'DATABASE_DEFAULT', 'SQL_Latin1_General_CP1_CI_AS'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.catalogCollation")]
public Microsoft.Azure.Management.Sql.Fluent.Models.CatalogCollationType CatalogCollation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.catalogCollation")>]
member this.CatalogCollation : Microsoft.Azure.Management.Sql.Fluent.Models.CatalogCollationType with get, set
Public Property CatalogCollation As CatalogCollationType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to