IStream.RemoteSeek(_LARGE_INTEGER, UInt32, _ULARGE_INTEGER) 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.
Modifie le pointeur de recherche vers un nouvel emplacement relatif au début du flux, à la fin du flux, ou au pointeur de recherche actuel.
public:
void RemoteSeek(Microsoft::SqlServer::Dts::Runtime::Wrapper::_LARGE_INTEGER dlibMove, System::UInt32 dwOrigin, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::_ULARGE_INTEGER % plibNewPosition);
public void RemoteSeek (Microsoft.SqlServer.Dts.Runtime.Wrapper._LARGE_INTEGER dlibMove, uint dwOrigin, out Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER plibNewPosition);
abstract member RemoteSeek : Microsoft.SqlServer.Dts.Runtime.Wrapper._LARGE_INTEGER * uint32 * _ULARGE_INTEGER -> unit
Public Sub RemoteSeek (dlibMove As _LARGE_INTEGER, dwOrigin As UInteger, ByRef plibNewPosition As _ULARGE_INTEGER)
Paramètres
- dlibMove
- _LARGE_INTEGER
Déplacement à ajouter à dwOrigin
.
- dwOrigin
- UInt32
Origine de la recherche.
- plibNewPosition
- _ULARGE_INTEGER
Retourne, le cas échéant, le décalage du pointeur de recherche à partir du début du flux.