Metodo IDTSVariableLock100.ReleaseLock

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Releases the lock of the variable.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub ReleaseLock ( _
    vbExclusive As Boolean _
)
'Utilizzo
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
)

Parametri

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

Vedere anche

Riferimento

IDTSVariableLock100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper