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.