Compartir a través de


RemoteWrite Método (Byte, UInt32, UInt32)

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Sub RemoteWrite ( _
    ByRef pv As Byte, _
    cb As UInteger, _
    <OutAttribute> ByRef pcbWritten As UInteger _
)
'Uso
Dim instance As IStream
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
)

Parámetros

Implementa

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