Compartilhar via


Método IDTSVariableLock100.ReleaseLock

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Releases the lock of the variable.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Sub ReleaseLock ( _
    vbExclusive As Boolean _
)
'Uso
Dim instance As IDTSVariableLock100 
Dim vbExclusive As Boolean

instance.ReleaseLock(vbExclusive)
void ReleaseLock(
    bool vbExclusive
)
void ReleaseLock(
    [InAttribute] bool vbExclusive
)
abstract ReleaseLock : 
        vbExclusive:bool -> unit
function ReleaseLock(
    vbExclusive : boolean
)

Parâmetros

  • vbExclusive
    Tipo: System.Boolean
    true to indicate that the lock being released is exclusive; otherwise, false.

Consulte também

Referência

IDTSVariableLock100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper