此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Releases the lock of the variable.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Sub ReleaseLock ( _
vbExclusive As Boolean _
)
用法
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
)
参数
- vbExclusive
类型:System.Boolean
true to indicate that the lock being released is exclusive; otherwise, false.