次の方法で共有


PrestoLinkedService.TimeZoneID プロパティ

定義

接続で使用されるローカル タイム ゾーンを取得または設定します。 このオプションの有効な値は、IANA タイム ゾーン データベースで指定されます。 既定値は、システムのタイム ゾーンです。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.timeZoneID")]
public object TimeZoneID { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.timeZoneID")>]
member this.TimeZoneID : obj with get, set
Public Property TimeZoneID As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象