次の方法で共有


DatabaseUpdate.CatalogCollation プロパティ

定義

メタデータ カタログの照合順序を取得または設定します。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象