次の方法で共有


RemoteRead メソッド

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  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
)

パラメーター