PipelineComponent.IsCompatibleNumericTypes Method
SQL Server 2008
Determines whether two numeric data types are compatible to support a conversion from one type to the other.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
[CLSCompliantAttribute(false)] protected static bool IsCompatibleNumericTypes( DataType dataTypeInp, DataType dataTypeExt )
Parameters
- dataTypeInp
- Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
The numeric data type of the column to be converted.
- dataTypeExt
- Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
The numeric data type of the destination column.
