IStream.Clone 方法
此 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.