GetRowDataBytes 方法
(Feature deprecated, see Remarks.) Gets a pointer to the start of a row in an IDTSBuffer100.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Sub GetRowDataBytes ( _
hRow As Integer, _
<OutAttribute> ByRef plCB As Integer, _
<OutAttribute> pData As IntPtr _
)
用法
Dim instance As IDTSBuffer100
Dim hRow As Integer
Dim plCB As Integer
Dim pData As IntPtr
instance.GetRowDataBytes(hRow, plCB, pData)
void GetRowDataBytes(
int hRow,
out int plCB,
IntPtr pData
)
void GetRowDataBytes(
[InAttribute] int hRow,
[OutAttribute] int% plCB,
[OutAttribute] IntPtr pData
)
abstract GetRowDataBytes :
hRow:int *
plCB:int byref *
pData:IntPtr byref -> unit
function GetRowDataBytes(
hRow : int,
plCB : int,
pData : IntPtr
)
参数
- hRow
类型:System. . :: . .Int32
The row handle.
- plCB
类型:System. . :: . .Int32%
An out parameter that contains the number of bytes in the row.
- pData
类型:System. . :: . .IntPtr
An out parameter that contains a pointer to the beginning of the row.
注释
注意 |
---|
后续版本的 Microsoft SQL Server 将删除该功能。请避免在新的开发工作中使用该功能,并着手修改当前还在使用该功能的应用程序。 |
This method gets a pointer to the start of the row, specified by the hRow parameter, in the IDTSBuffer100.