Método ProjectVariablesWrapper.Unlock
Releases the locks on the variables on the variables collection.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Sub Unlock
'Uso
Dim instance As ProjectVariablesWrapper
instance.Unlock()
public void Unlock()
public:
virtual void Unlock() sealed
abstract Unlock : unit -> unit
override Unlock : unit -> unit
public final function Unlock()