共用方式為


ISequentialStream 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Defines methods for the stream objects in sequence.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")> _
Public Interface ISequentialStream
'用途
Dim instance As ISequentialStream
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
public interface ISequentialStream
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
public interface class ISequentialStream
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")>]
type ISequentialStream =  interface end
public interface ISequentialStream

ISequentialStream 型別公開下列成員。

方法

  名稱 說明
公用方法 RemoteRead 基礎結構。Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.
公用方法 RemoteWrite 基礎結構。Writes a specified number of bytes into the stream object starting at the current seek pointer.

上層

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間