ManagedDatabaseUpdate.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 string CatalogCollation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.catalogCollation")>]
member this.CatalogCollation : string with get, set
Public Property CatalogCollation As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to