RemoteRead Método
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 RemoteRead ( _
<OutAttribute> ByRef pv As Byte, _
cb As UInteger, _
<OutAttribute> ByRef pcbRead As UInteger _
)
'Uso
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
)
Parámetros
- pv
Tipo: System. . :: . .Byte%
- cb
Tipo: System. . :: . .UInt32
- pcbRead
Tipo: System. . :: . .UInt32%
Vea también