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[]
参数
- pIDTSBuffer
类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100
The DTS buffer.
- hRow
类型:System.Int32
The row.
- hCol
类型:System.Int32
The column.
- dwOffset
类型:System.UInt32
The offset.
- dwCount
类型:System.UInt32
The number of data.
返回值
类型:array<System.Byte[]
The BLOB data.