ProjectVariablesWrapper.Unlock 메서드
Releases the locks on the variables on the variables collection.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Sub Unlock
‘사용 방법
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()