IDTSBuffer100.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.