IStream.Clone-Methode
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
)
Parameter
- ppstm
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream%
When this method returns, contains the new stream object. This parameter is passed uninitialized.