Sdílet prostřednictvím


IStream.Clone Method

This API supports the infrastructure and is not intended to be used directly from your code.

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
)