IStream.RemoteCopyTo Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Copie un nombre spécifié d'octets à partir du pointeur de recherche actuel d'un flux vers le pointeur de recherche actuel d'un autre flux.
public:
void RemoteCopyTo(Microsoft::SqlServer::Dts::Runtime::Wrapper::IStream ^ pstm, Microsoft::SqlServer::Dts::Runtime::Wrapper::_ULARGE_INTEGER cb, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::_ULARGE_INTEGER % pcbRead, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::_ULARGE_INTEGER % pcbWritten);
public void RemoteCopyTo (Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream pstm, Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER cb, out Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER pcbRead, out Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER pcbWritten);
abstract member RemoteCopyTo : Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream * Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER * _ULARGE_INTEGER * _ULARGE_INTEGER -> unit
Public Sub RemoteCopyTo (pstm As IStream, cb As _ULARGE_INTEGER, ByRef pcbRead As _ULARGE_INTEGER, ByRef pcbWritten As _ULARGE_INTEGER)
Paramètres
- pstm
- IStream
Pointeur vers le flux de destination. Le flux référencé sur pstm
peut être un nouveau flux ou un clone du flux source.
Nombre d'octets à copier à partir du flux source.
- pcbRead
- _ULARGE_INTEGER
Pointeur vers l'emplacement dans lequel cette méthode écrit le nombre d'octets réel lus à partir de la source.
- pcbWritten
- _ULARGE_INTEGER
Pointeur vers l'emplacement dans lequel cette méthode écrit le nombre d'octets réel dans la destination.