IStream 接口

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

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("0000000C-0000-0000-C000-000000000046")> _
Public Interface IStream _
    Inherits ISequentialStream
用法
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

IStream 类型公开以下成员。

方法

  名称 说明
公共方法 Clone 基础结构。
公共方法 Commit 基础结构。
公共方法 LockRegion 基础结构。
公共方法 RemoteCopyTo 基础结构。
公共方法 RemoteRead(Byte%, UInt32, UInt32%) 基础结构。 (从 ISequentialStream 继承。)
公共方法 RemoteRead(Byte%, UInt32, UInt32%) 基础结构。
公共方法 RemoteSeek 基础结构。
公共方法 RemoteWrite(Byte%, UInt32, UInt32%) 基础结构。 (从 ISequentialStream 继承。)
公共方法 RemoteWrite(Byte%, UInt32, UInt32%) 基础结构。
公共方法 Revert 基础结构。
公共方法 SetSize 基础结构。
公共方法 Stat
公共方法 UnlockRegion 基础结构。

页首