다음을 통해 공유


PipelineComponent.ConvertBufferDataTypeToFitManaged 메서드

Gets the appropriate Integration Services DataType from managed code.

이 API는 CLS 규격이 아닙니다. 

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
<CLSCompliantAttribute(False)> _
Protected Shared Function ConvertBufferDataTypeToFitManaged ( _
    dt As DataType, _
    ByRef IsLong As Boolean _
) As DataType
‘사용 방법
Dim dt As DataType 
Dim IsLong As Boolean 
Dim returnValue As DataType 

returnValue = PipelineComponent.ConvertBufferDataTypeToFitManaged(dt, _
    IsLong)
[CLSCompliantAttribute(false)]
protected static DataType ConvertBufferDataTypeToFitManaged(
    DataType dt,
    ref bool IsLong
)
[CLSCompliantAttribute(false)]
protected:
static DataType ConvertBufferDataTypeToFitManaged(
    DataType dt, 
    bool% IsLong
)
[<CLSCompliantAttribute(false)>]
static member ConvertBufferDataTypeToFitManaged : 
        dt:DataType * 
        IsLong:bool byref -> DataType
protected static function ConvertBufferDataTypeToFitManaged(
    dt : DataType, 
    IsLong : boolean
) : DataType

매개 변수

  • IsLong
    유형: System.Boolean%
    Indicates if the data type is a long.

반환 값

유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
An Integration Services DataType that corresponds to a managed type.

주의

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

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 네임스페이스