IDTSBuffer100.GetRowStarts 메서드

(Feature deprecated, see Remarks.) Use the GetData or GetBLOBData method instead of the GetRowStarts method.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Sub GetRowStarts ( _
    dwRowsRequested As UInteger, _
    <OutAttribute> pbRowStarts As IntPtr _
)
‘사용 방법
Dim instance As IDTSBuffer100 
Dim dwRowsRequested As UInteger 
Dim pbRowStarts As IntPtr

instance.GetRowStarts(dwRowsRequested, _
    pbRowStarts)
void GetRowStarts(
    uint dwRowsRequested,
    IntPtr pbRowStarts
)
void GetRowStarts(
    [InAttribute] unsigned int dwRowsRequested, 
    [OutAttribute] IntPtr pbRowStarts
)
abstract GetRowStarts : 
        dwRowsRequested:uint32 * 
        pbRowStarts:IntPtr byref -> unit
function GetRowStarts(
    dwRowsRequested : uint, 
    pbRowStarts : IntPtr
)

매개 변수

  • dwRowsRequested
    유형: System.UInt32
    The number of rows requested.
  • pbRowStarts
    유형: System.IntPtr
    An out pointer that holds the address of the beginning of the row.

주의

[!참고]

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.

This method returns a pointer to the start location for the specified number of rows.

참고 항목

참조

IDTSBuffer100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스