RemoteRead 方法 (Byte, UInt32, UInt32)

此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。

命名空间:  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 IStream
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
)

参数

实现

ISequentialStream. . :: . .RemoteRead(Byte%, UInt32, UInt32%)