PipelineComponent.IsCompatibleNumericTypes(DataType, DataType) Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Determina se due tipi di dati numerici sono compatibili per supportare una conversione da un tipo all'altro.

protected:
 static bool IsCompatibleNumericTypes(Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType dataTypeInp, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType dataTypeExt);
[System.CLSCompliant(false)]
protected static bool IsCompatibleNumericTypes(Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType dataTypeInp, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType dataTypeExt);
[<System.CLSCompliant(false)>]
static member IsCompatibleNumericTypes : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType -> bool
Protected Shared Function IsCompatibleNumericTypes (dataTypeInp As DataType, dataTypeExt As DataType) As Boolean

Parametri

dataTypeInp
DataType

Il tipo di dato numerico della colonna da convertire.

dataTypeExt
DataType

Il tipo di dato numerico della colonna di destinazione.

Valori restituiti

vero se i tipi numerici sono compatibili, altrimenti falso.

Attributi

Si applica a