Partager via


PipelineComponent.ConvertBufferDataTypeToFitManaged Method

Gets the appropriate Integration ServicesDataType from managed code. This method is not CLS-compliant.

Espace de noms: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Syntaxe

'Déclaration
<CLSCompliantAttribute(False)> _
Protected Shared Function ConvertBufferDataTypeToFitManaged ( _
    dt As DataType, _
    ByRef IsLong As Boolean _
) As DataType
[CLSCompliantAttribute(false)] 
protected static DataType ConvertBufferDataTypeToFitManaged (
    DataType dt,
    ref bool IsLong
)
[CLSCompliantAttribute(false)] 
protected:
static DataType ConvertBufferDataTypeToFitManaged (
    DataType dt, 
    bool% IsLong
)
/** @attribute CLSCompliantAttribute(false) */ 
protected static DataType ConvertBufferDataTypeToFitManaged (
    DataType dt, 
    /** @ref */ boolean IsLong
)
JScript ne prend pas en charge le passage d'arguments de type valeur par référence.

Paramètres

  • IsLong
    Indicates if the data type is a long.

Valeur de retour

An Integration ServicesDataType that corresponds to a managed type.

Notes

This method is used to retrieve the Integration Services data type that is appropriate for managed code.

For more information, see Mapping Data Types in the Data Flow.

ms186818.Caution(fr-fr,SQL.90).gifAttention :
Developers should use the data type mapping methods of the the PipelineComponent class with caution, and may want to code data type mapping methods of their own that are more suited to the unique needs of their custom components. The existing methods do not consider numeric precision or scale, or other properties closely related to the data type itself. Microsoft may modify or remove these methods, or modify the mappings that they perform, in a future version of Integration Services.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

PipelineComponent Class
PipelineComponent Members
Microsoft.SqlServer.Dts.Pipeline Namespace