IStream.RemoteCopyTo Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- pstm
- IStream
- pcbRead
- _ULARGE_INTEGER
- pcbWritten
- _ULARGE_INTEGER