PipelineComponent.IsCompatibleNumericTypes 方法
Determines whether two numeric data types are compatible to support a conversion from one type to the other.
此 API 不符合 CLS 標準。 符合 CLS 標準的替代項目是 。
命名空間: Microsoft.SqlServer.Dts.Pipeline
組件: Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)
語法
'宣告
<CLSCompliantAttribute(False)> _
Protected Shared Function IsCompatibleNumericTypes ( _
dataTypeInp As DataType, _
dataTypeExt As DataType _
) As Boolean
'用途
Dim dataTypeInp As DataType
Dim dataTypeExt As DataType
Dim returnValue As Boolean
returnValue = PipelineComponent.IsCompatibleNumericTypes(dataTypeInp, _
dataTypeExt)
[CLSCompliantAttribute(false)]
protected static bool IsCompatibleNumericTypes(
DataType dataTypeInp,
DataType dataTypeExt
)
[CLSCompliantAttribute(false)]
protected:
static bool IsCompatibleNumericTypes(
DataType dataTypeInp,
DataType dataTypeExt
)
[<CLSCompliantAttribute(false)>]
static member IsCompatibleNumericTypes :
dataTypeInp:DataType *
dataTypeExt:DataType -> bool
protected static function IsCompatibleNumericTypes(
dataTypeInp : DataType,
dataTypeExt : DataType
) : boolean
參數
- dataTypeInp
型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
The numeric data type of the column to be converted.
- dataTypeExt
型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
The numeric data type of the destination column.
傳回值
型別:System.Boolean
true if the numeric types are compatible, otherwise, false.