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

目次

Search

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

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

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

Microsoft Dynamics 365ソースとAmazon Redshiftターゲット

Microsoft Dynamics 365ソースとAmazon Redshiftターゲット

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