Método RemoteWrite
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Sub RemoteWrite ( _
ByRef pv As Byte, _
cb As UInteger, _
<OutAttribute> ByRef pcbWritten As UInteger _
)
'Uso
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
)
Parâmetros
- pv
Tipo: System. . :: . .Byte%
- cb
Tipo: System. . :: . .UInt32
- pcbWritten
Tipo: System. . :: . .UInt32%
Consulte também