IStream.Clone Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Creates a new stream object with its own seek pointer that references the same bytes as the original stream.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub Clone ( _
<OutAttribute> ByRef ppstm As IStream _
)
'Usage
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
)
Parameters
- ppstm
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream%
When this method returns, contains the new stream object. This parameter is passed uninitialized.