RemoteRead méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub RemoteRead ( _
<OutAttribute> ByRef pv As Byte, _
cb As UInteger, _
<OutAttribute> ByRef pcbRead As UInteger _
)
'Utilisation
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
)
Paramètres
- pv
Type : System. . :: . .Byte%
- cb
Type : System. . :: . .UInt32
- pcbRead
Type : System. . :: . .UInt32%