IStream.Clone(IStream) Method

Definition

Creates a new stream object with its own seek pointer that references the same bytes as the original stream.

public:
 void Clone([Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::IStream ^ % ppstm);
public void Clone (out Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream ppstm);
abstract member Clone : IStream -> unit
Public Sub Clone (ByRef ppstm As IStream)

Parameters

ppstm
IStream

When this method returns, contains the new stream object. This parameter is passed uninitialized.

Applies to