다음을 통해 공유


IDTSManagedComponentWrapper100.GetBLOBData 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets the BLOB data.

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

구문

‘선언
Function GetBLOBData ( _
    pIDTSBuffer As IDTSBuffer100, _
    hRow As Integer, _
    hCol As Integer, _
    dwOffset As UInteger, _
    dwCount As UInteger _
) As Byte()
‘사용 방법
Dim instance As IDTSManagedComponentWrapper100 
Dim pIDTSBuffer As IDTSBuffer100 
Dim hRow As Integer 
Dim hCol As Integer 
Dim dwOffset As UInteger 
Dim dwCount As UInteger 
Dim returnValue As Byte()

returnValue = instance.GetBLOBData(pIDTSBuffer, _
    hRow, hCol, dwOffset, dwCount)
byte[] GetBLOBData(
    IDTSBuffer100 pIDTSBuffer,
    int hRow,
    int hCol,
    uint dwOffset,
    uint dwCount
)
array<unsigned char>^ GetBLOBData(
    [InAttribute] IDTSBuffer100^ pIDTSBuffer, 
    [InAttribute] int hRow, 
    [InAttribute] int hCol, 
    [InAttribute] unsigned int dwOffset, 
    [InAttribute] unsigned int dwCount
)
abstract GetBLOBData : 
        pIDTSBuffer:IDTSBuffer100 * 
        hRow:int * 
        hCol:int * 
        dwOffset:uint32 * 
        dwCount:uint32 -> byte[] 
function GetBLOBData(
    pIDTSBuffer : IDTSBuffer100, 
    hRow : int, 
    hCol : int, 
    dwOffset : uint, 
    dwCount : uint
) : byte[]

매개 변수

반환 값

유형: array<System.Byte[]
The BLOB data.

참고 항목

참조

IDTSManagedComponentWrapper100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스