ISequentialStream Interface

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")> _
Public Interface ISequentialStream
'Usage
Dim instance As ISequentialStream
[InterfaceTypeAttribute()]
[GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
public interface ISequentialStream
[InterfaceTypeAttribute()]
[GuidAttribute(L"0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
public interface class ISequentialStream
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")>]
type ISequentialStream =  interface end
public interface ISequentialStream

The ISequentialStream type exposes the following members.

Methods

  Name Description
Public method RemoteRead Infrastructure.
Public method RemoteWrite Infrastructure.

Top