ISequentialStream Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines methods for the stream objects in sequence.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | RemoteRead(Byte%, UInt32, UInt32%) | This API supports the product infrastructure and is not intended to be used directly from your code. Reads a specified number of bytes from the stream object into memory starting at the current seek pointer. |
![]() | RemoteWrite(Byte%, UInt32, UInt32%) | This API supports the product infrastructure and is not intended to be used directly from your code. Writes a specified number of bytes into the stream object starting at the current seek pointer. |
Show:
