RemoteWrite 方法

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

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
Sub RemoteWrite ( _
    ByRef pv As Byte, _
    cb As UInteger, _
    <OutAttribute> ByRef pcbWritten As UInteger _
)
用法
Dim instance As ISequentialStream
Dim pv As Byte
Dim cb As UInteger
Dim pcbWritten As UInteger

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

参数