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