ISequentialStream 接口

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")> _
Public Interface ISequentialStream
用法
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

ISequentialStream 类型公开以下成员。

方法

  名称 说明
公共方法 RemoteRead 基础结构。
公共方法 RemoteWrite 基础结构。

页首