Clone-Methode
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
)