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 | インフラストラクチャです。 |
先頭に戻る
.gif)