Partager via


Méthode IStream.Clone

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub Clone ( _
    <OutAttribute> ByRef ppstm As IStream _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

IStream Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper