Compartir a través de


IStream.LockRegion(_ULARGE_INTEGER, _ULARGE_INTEGER, UInt32) Método

Definición

Restringe el acceso a un rango especificado de bytes en el flujo.

public:
 void LockRegion(Microsoft::SqlServer::Dts::Runtime::Wrapper::_ULARGE_INTEGER libOffset, Microsoft::SqlServer::Dts::Runtime::Wrapper::_ULARGE_INTEGER cb, System::UInt32 dwLockType);
public void LockRegion (Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER libOffset, Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER cb, uint dwLockType);
abstract member LockRegion : Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER * Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER * uint32 -> unit
Public Sub LockRegion (libOffset As _ULARGE_INTEGER, cb As _ULARGE_INTEGER, dwLockType As UInteger)

Parámetros

libOffset
_ULARGE_INTEGER

El desplazamiento de bytes para el inicio del rango.

cb
_ULARGE_INTEGER

La longitud del rango, en bytes, que se restringe.

dwLockType
UInt32

Las restricciones solicitadas en el acceso al rango.

Se aplica a