다음을 통해 공유


ISequentialStream.RemoteRead 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.

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

구문

‘선언
Sub RemoteRead ( _
    <OutAttribute> ByRef pv As Byte, _
    cb As UInteger, _
    <OutAttribute> ByRef pcbRead As UInteger _
)
‘사용 방법
Dim instance As ISequentialStream 
Dim pv As Byte 
Dim cb As UInteger 
Dim pcbRead As UInteger

instance.RemoteRead(pv, cb, pcbRead)
void RemoteRead(
    out byte pv,
    uint cb,
    out uint pcbRead
)
void RemoteRead(
    [OutAttribute] unsigned char% pv, 
    [InAttribute] unsigned int cb, 
    [OutAttribute] unsigned int% pcbRead
)
abstract RemoteRead : 
        pv:byte byref * 
        cb:uint32 * 
        pcbRead:uint32 byref -> unit
function RemoteRead(
    pv : byte, 
    cb : uint, 
    pcbRead : uint
)

매개 변수

  • pv
    유형: System.Byte%
    When this method returns, contains the data read from the stream. This parameter is passed uninitialized.
  • cb
    유형: System.UInt32
    The number of bytes to read from the stream object.
  • pcbRead
    유형: System.UInt32%
    A pointer to a ULONG variable that receives the actual number of bytes read from the stream object.

참고 항목

참조

ISequentialStream 인터페이스

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