IStream.RemoteCopyTo Método

Definição

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

Parâmetros

pstm
IStream
pcbRead
_ULARGE_INTEGER
pcbWritten
_ULARGE_INTEGER

Aplica-se a