此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Creates a new stream object with its own seek pointer that references the same bytes as the original stream.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Sub Clone ( _
<OutAttribute> ByRef ppstm As IStream _
)
'用途
Dim instance As IStream
Dim ppstm As IStream
instance.Clone(ppstm)
void Clone(
out IStream ppstm
)
void Clone(
[OutAttribute] IStream^% ppstm
)
abstract Clone :
ppstm:IStream byref -> unit
function Clone(
ppstm : IStream
)
參數
- ppstm
型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream%
When this method returns, contains the new stream object. This parameter is passed uninitialized.