Warehouse Data Type to DSV Spec Data Type
You can use the following mappings for data types in the data warehouse to data types for DSV specs.
Data Warehouse Data Type | DSV Spec Data Type |
---|---|
int, Tinyint, Smallint | Int32 |
uniqueidentifier | Guid |
varchar, nvarchar | String |
bit, Bit | Boolean |
money | decimal |