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()