共用方式為


IDTSVariableLock100 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Defines methods for the lock of variable.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("22BAA75C-14C1-4210-9182-A7A5B667F8C2")> _
Public Interface IDTSVariableLock100
'用途
Dim instance As IDTSVariableLock100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("22BAA75C-14C1-4210-9182-A7A5B667F8C2")]
public interface IDTSVariableLock100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"22BAA75C-14C1-4210-9182-A7A5B667F8C2")]
public interface class IDTSVariableLock100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("22BAA75C-14C1-4210-9182-A7A5B667F8C2")>]
type IDTSVariableLock100 =  interface end
public interface IDTSVariableLock100

IDTSVariableLock100 型別公開下列成員。

方法

  名稱 說明
公用方法 AcquireLock 基礎結構。Acquires the lock of the variable.
公用方法 ReleaseLock 基礎結構。Releases the lock of the variable.

上層

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間