IStream.UnlockRegion(_ULARGE_INTEGER, _ULARGE_INTEGER, UInt32) 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.
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.
Longueur, en octets, de la plage à limiter.
- dwLockType
- UInt32
Restrictions d'accès précédemment appliquées à la plage.