SSIS Components for Snowflake

Build 25.0.9434

ClientTimestampNTZTimezone

Controls how to handle the Timestamp_NTZ value since the Timestamp_NTZ type is a value without time zone.

Possible Values

Local, UTC, Unspecified

データ型

string

デフォルト値

"Local"

解説

There are three accepted values: Local, UTC, and Unspecified.

  • Local: Returns a DateTime value with its Kind property set to DateTimeKind.Local.
  • UTC: Returns a DateTime value with its Kind property set to DateTimeKind.Utc.
  • Unspecified: Returns a DateTime value with its Kind property set to DateTimeKind.Unspecified.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434