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.
public:
void RemoteCopyTo(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IStream ^ pstm, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::_ULARGE_INTEGER cb, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::_ULARGE_INTEGER % pcbRead, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::_ULARGE_INTEGER % pcbWritten);
public void RemoteCopyTo (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IStream pstm, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016._ULARGE_INTEGER cb, out Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016._ULARGE_INTEGER pcbRead, out Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016._ULARGE_INTEGER pcbWritten);
abstract member RemoteCopyTo : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IStream * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016._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
- pcbRead
- _ULARGE_INTEGER
- pcbWritten
- _ULARGE_INTEGER