ISequentialStream 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Defines methods for the stream objects in sequence.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")> _
Public Interface ISequentialStream
用法
Dim instance As ISequentialStream
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
public interface ISequentialStream
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
public interface class ISequentialStream
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")>]
type ISequentialStream = interface end
public interface ISequentialStream
ISequentialStream 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
RemoteRead | 基础结构。Reads a specified number of bytes from the stream object into memory starting at the current seek pointer. | |
RemoteWrite | 基础结构。Writes a specified number of bytes into the stream object starting at the current seek pointer. |
页首