IStream.RemoteCopyTo Method

Definition

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

Parameters

pstm
IStream
pcbRead
_ULARGE_INTEGER
pcbWritten
_ULARGE_INTEGER

Applies to