IDTSBuffer100.GetData 方法

Retrieves the data stored in a specified row and column of a IDTSBuffer100.

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

语法

声明
Function GetData ( _
    hRow As Integer, _
    hCol As Integer _
) As DTP_VARIANT
用法
Dim instance As IDTSBuffer100 
Dim hRow As Integer 
Dim hCol As Integer 
Dim returnValue As DTP_VARIANT 

returnValue = instance.GetData(hRow, hCol)
DTP_VARIANT GetData(
    int hRow,
    int hCol
)
DTP_VARIANT GetData(
    [InAttribute] int hRow, 
    [InAttribute] int hCol
)
abstract GetData : 
        hRow:int * 
        hCol:int -> DTP_VARIANT
function GetData(
    hRow : int, 
    hCol : int
) : DTP_VARIANT

参数

返回值

类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.DTP_VARIANT
A DTP_VARIANT object that contains the data stored in the specified column in the IDTSBuffer100.

注释

This method retrieves the data stored in the specified column in the buffer. Managed component developers do not call this method, but instead use the Item property of the managed PipelineBuffer class.

请参阅

参考

IDTSBuffer100 接口

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