此 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.