IsCompatibleNumericTypes méthode
Determines whether two numeric data types are compatible to support a conversion from one type to the other.
Cette API n'est pas conforme CLS. L'alternative conforme CLS est .
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (dans Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
<CLSCompliantAttribute(False)> _
Protected Shared Function IsCompatibleNumericTypes ( _
dataTypeInp As DataType, _
dataTypeExt As DataType _
) As Boolean
'Utilisation
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
Paramètres
- 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.
Valeur de retour
Type : System. . :: . .Boolean
true if the numeric types are compatible, otherwise, false.