IStream 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("0000000C-0000-0000-C000-000000000046")> _
Public Interface IStream _
    Inherits ISequentialStream
'Usage
Dim instance As IStream
[InterfaceTypeAttribute()]
[GuidAttribute("0000000C-0000-0000-C000-000000000046")]
public interface IStream : ISequentialStream
[InterfaceTypeAttribute()]
[GuidAttribute(L"0000000C-0000-0000-C000-000000000046")]
public interface class IStream : ISequentialStream
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0000000C-0000-0000-C000-000000000046")>]
type IStream =  
    interface
        interface ISequentialStream
    end
public interface IStream extends ISequentialStream

The IStream type exposes the following members.

Methods

  Name Description
Public method Clone Infrastructure.
Public method Commit Infrastructure.
Public method LockRegion Infrastructure.
Public method RemoteCopyTo Infrastructure.
Public method RemoteRead(Byte%, UInt32, UInt32%) Infrastructure. (Inherited from ISequentialStream.)
Public method RemoteRead(Byte%, UInt32, UInt32%) Infrastructure.
Public method RemoteSeek Infrastructure.
Public method RemoteWrite(Byte%, UInt32, UInt32%) Infrastructure. (Inherited from ISequentialStream.)
Public method RemoteWrite(Byte%, UInt32, UInt32%) Infrastructure.
Public method Revert Infrastructure.
Public method SetSize Infrastructure.
Public method Stat
Public method UnlockRegion Infrastructure.

Top