Compartir a través de


IStream.UnlockRegion Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Removes the access restriction on a range of bytes previously restricted with the LockRegion(_ULARGE_INTEGER, _ULARGE_INTEGER, UInt32) method.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Sub UnlockRegion ( _
    libOffset As _ULARGE_INTEGER, _
    cb As _ULARGE_INTEGER, _
    dwLockType As UInteger _
)
'Uso
Dim instance As IStream 
Dim libOffset As _ULARGE_INTEGER 
Dim cb As _ULARGE_INTEGER 
Dim dwLockType As UInteger

instance.UnlockRegion(libOffset, cb, dwLockType)
void UnlockRegion(
    _ULARGE_INTEGER libOffset,
    _ULARGE_INTEGER cb,
    uint dwLockType
)
void UnlockRegion(
    [InAttribute] _ULARGE_INTEGER libOffset, 
    [InAttribute] _ULARGE_INTEGER cb, 
    [InAttribute] unsigned int dwLockType
)
abstract UnlockRegion : 
        libOffset:_ULARGE_INTEGER * 
        cb:_ULARGE_INTEGER * 
        dwLockType:uint32 -> unit
function UnlockRegion(
    libOffset : _ULARGE_INTEGER, 
    cb : _ULARGE_INTEGER, 
    dwLockType : uint
)

Parámetros

  • dwLockType
    Tipo: System.UInt32
    The access restrictions previously placed on the range.

Vea también

Referencia

IStream Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper