IStream.UnlockRegion(_ULARGE_INTEGER, _ULARGE_INTEGER, UInt32) Méthode

Définition

Supprime la restriction d'accès à une plage d'octets précédemment limitée par la méthode LockRegion(_ULARGE_INTEGER, _ULARGE_INTEGER, UInt32) .

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

Paramètres

libOffset
_ULARGE_INTEGER

Décalage d'octets pour le début de la plage.

cb
_ULARGE_INTEGER

Longueur, en octets, de la plage à limiter.

dwLockType
UInt32

Restrictions d'accès précédemment appliquées à la plage.

S’applique à