IStream 인터페이스

정의

public interface class IStream : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::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.Sql2014.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
특성
구현

메서드

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)

적용 대상