Metoda IStream.RemoteWrite (Byte%, UInt32, UInt32%)
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Sub RemoteWrite ( _
ByRef pv As Byte, _
cb As UInteger, _
<OutAttribute> ByRef pcbWritten As UInteger _
)
'Użycie
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
)
Implementacje
Zobacz także