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 インフラストラクチャです。

先頭に戻る