IStream Interface

Definition

public interface class IStream : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::ISequentialStream
[System.Runtime.InteropServices.Guid("0000000C-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IStream : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.ISequentialStream
[<System.Runtime.InteropServices.Guid("0000000C-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IStream = interface
    interface ISequentialStream
Public Interface IStream
Implements ISequentialStream
Attributes
Implements

Methods

Clone(IStream)
Commit(UInt32)
LockRegion(_ULARGE_INTEGER, _ULARGE_INTEGER, UInt32)
RemoteCopyTo(IStream, _ULARGE_INTEGER, _ULARGE_INTEGER, _ULARGE_INTEGER)
RemoteRead(Byte, UInt32, UInt32)
RemoteSeek(_LARGE_INTEGER, UInt32, _ULARGE_INTEGER)
RemoteWrite(Byte, UInt32, UInt32)
Revert()
SetSize(_ULARGE_INTEGER)
Stat(tagSTATSTG, UInt32)
UnlockRegion(_ULARGE_INTEGER, _ULARGE_INTEGER, UInt32)

Applies to