共用方式為


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 基礎結構。

上層