Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

目次

Search

  1. はじめに
  2. アプリケーション取り込みとレプリケーション

アプリケーション取り込みとレプリケーション

アプリケーション取り込みとレプリケーション

Microsoft Dynamics 365ソースとSnowflakeターゲット

Microsoft Dynamics 365ソースとSnowflakeターゲット

次の表は、Microsoft Dynamics 365ソースとSnowflakeターゲットを使用した
アプリケーション取り込みとレプリケーション
設定の推奨データ型マッピングを示しています。
MSD365ソースデータ型
Snowflakeターゲットデータ型
biginttype
number(19)
datetimetype
datetime(0)
decimaltype(38,38)
char(41)
decimaltype(p,s), 1 <= p <= 38, 0 <= s <= 37
number(p,s), 1 <= p <= 38, 0 <= s <= 37
doubletype
float
filetype(
precision
), 1 <= p <= 134217728
binary(
size
), 1 <= s <= 8300001
imagetype(
precision
), 1 <= p <= 31457280
binary(
size
), 1 <= s <= 8000001
integertype
number(10)
managedpropertytype(
precision
), 1 <= p <= 10485760
variant
memotype(
precision
), 1 <= p <= 1048576
char(
size
), 4 <= s <= 4194304
moneytype(38,38)
char(41)
moneytype(p,s), 1 <= p <= 38, 0 <= s <= 37
number(p,s), 1 <= p <= 38, 0 <= s <= 37
picklisttype
number(10)
statetype
number(10)
statustype
number(10)
stringtype(
precision
), 1 <= p <= 3901
char(
size
), 4 <= s <= 15604
uniqueidentifier(16)
char(36)
必要に応じて、
アプリケーション取り込みとレプリケーション
タスクを定義する際に、カスタムデータ型のマッピングを作成できます。詳細については、「データ型マッピングのカスタマイズ」を参照してください。