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 命名空间