SSIS Components for Snowflake

Build 24.0.8963

BindingType

Allow specifying the binding type for the Date, Time and Timestamp_* type.

Possible Values

DEFAULT, TEXT

データ型

string

デフォルト値

"DEFAULT"

解説

There are two kinds of binding type: DEFAULT and TEXT.

  • DEFAULT: Using the binding type DATE for the Date type. Using the binding type TIME for the Time type. Using the binding type TIMESTAMP_* for the Timestamp_* type, the specified value of the binding type TIMESTAMP_* is depended on the session parameter CLIENT_TIMESTAMP_TYPE_MAPPING.
  • TEXT: Using the binding type TEXT for the Date, Time and Timestamp_* type.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963