PipelineComponent::IsCompatibleNumericTypes Method (DataType, DataType)
Determines whether two numeric data types are compatible to support a conversion from one type to the other.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
protected: [CLSCompliantAttribute(false)] 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.
Show: