共用方式為


PipelineComponent.BufferTypeToDataRecordType 方法

Returns a managed data type based on an Integration Services data type.

此 API 不符合 CLS 標準。 

命名空間:  Microsoft.SqlServer.Dts.Pipeline
組件:  Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)

語法

'宣告
<CLSCompliantAttribute(False)> _
Protected Shared Function BufferTypeToDataRecordType ( _
    type As DataType _
) As Type
'用途
Dim type As DataType 
Dim returnValue As Type 

returnValue = PipelineComponent.BufferTypeToDataRecordType(type)
[CLSCompliantAttribute(false)]
protected static Type BufferTypeToDataRecordType(
    DataType type
)
[CLSCompliantAttribute(false)]
protected:
static Type^ BufferTypeToDataRecordType(
    DataType type
)
[<CLSCompliantAttribute(false)>]
static member BufferTypeToDataRecordType : 
        type:DataType -> Type
protected static function BufferTypeToDataRecordType(
    type : DataType
) : Type

參數

傳回值

型別:System.Type
The managed type that maps to an Integration Services DataType.

備註

This helper function gets the managed type that corresponds to an Integration Services DataType. It is typically used in concert with the ConvertBufferDataTypeToFitManaged method.

For more information, see 使用資料流程中的資料類型.

警告注意事項注意

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.

請參閱

參考

PipelineComponent 類別

Microsoft.SqlServer.Dts.Pipeline 命名空間