GetBLOBData 方法
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: 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[]
參數
- hRow
型別:System. . :: . .Int32
- hCol
型別:System. . :: . .Int32
- dwOffset
型別:System. . :: . .UInt32
- dwCount
型別:System. . :: . .UInt32
傳回值
型別:array<System. . :: . .Byte> [] () [] []