IDTSManagedComponentWrapper100.AddBLOBDataLen 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Adds BLOB data for the IDTSManagedComponentWrapper100.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Sub AddBLOBDataLen ( _
    pIDTSBuffer As IDTSBuffer100, _
    hRow As Integer, _
    hCol As Integer, _
    ByRef ppsaData As Byte(), _
    dwCount As UInteger _
)
用法
Dim instance As IDTSManagedComponentWrapper100 
Dim pIDTSBuffer As IDTSBuffer100 
Dim hRow As Integer 
Dim hCol As Integer 
Dim ppsaData As Byte()
Dim dwCount As UInteger

instance.AddBLOBDataLen(pIDTSBuffer, _
    hRow, hCol, ppsaData, dwCount)
void AddBLOBDataLen(
    IDTSBuffer100 pIDTSBuffer,
    int hRow,
    int hCol,
    ref byte[] ppsaData,
    uint dwCount
)
void AddBLOBDataLen(
    [InAttribute] IDTSBuffer100^ pIDTSBuffer, 
    [InAttribute] int hRow, 
    [InAttribute] int hCol, 
    [InAttribute] array<unsigned char>^% ppsaData, 
    [InAttribute] unsigned int dwCount
)
abstract AddBLOBDataLen : 
        pIDTSBuffer:IDTSBuffer100 * 
        hRow:int * 
        hCol:int * 
        ppsaData:byte[] byref * 
        dwCount:uint32 -> unit
function AddBLOBDataLen(
    pIDTSBuffer : IDTSBuffer100, 
    hRow : int, 
    hCol : int, 
    ppsaData : byte[], 
    dwCount : uint
)

参数

  • ppsaData
    类型:array<System.Byte[]%
    The BLOB data.

请参阅

参考

IDTSManagedComponentWrapper100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间