Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Restricts access to a specified range of bytes in the stream.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub LockRegion ( _
libOffset As _ULARGE_INTEGER, _
cb As _ULARGE_INTEGER, _
dwLockType As UInteger _
)
'Utilisation
Dim instance As IStream
Dim libOffset As _ULARGE_INTEGER
Dim cb As _ULARGE_INTEGER
Dim dwLockType As UInteger
instance.LockRegion(libOffset, cb, dwLockType)
void LockRegion(
_ULARGE_INTEGER libOffset,
_ULARGE_INTEGER cb,
uint dwLockType
)
void LockRegion(
[InAttribute] _ULARGE_INTEGER libOffset,
[InAttribute] _ULARGE_INTEGER cb,
[InAttribute] unsigned int dwLockType
)
abstract LockRegion :
libOffset:_ULARGE_INTEGER *
cb:_ULARGE_INTEGER *
dwLockType:uint32 -> unit
function LockRegion(
libOffset : _ULARGE_INTEGER,
cb : _ULARGE_INTEGER,
dwLockType : uint
)
Paramètres
- libOffset
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER
The byte offset for the beginning of the range.
- cb
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper._ULARGE_INTEGER
The length of the range, in bytes, to restrict.
- dwLockType
Type : System.UInt32
The requested restrictions on accessing the range.