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.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
public interface class ISequentialStream

NameDescription
System_CAPS_pubmethodRemoteRead(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.

System_CAPS_pubmethodRemoteWrite(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.

Return to top
Show: