Share via


IDTSVariableLock100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Defines methods for the lock of variable.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("22BAA75C-14C1-4210-9182-A7A5B667F8C2")> _
Public Interface IDTSVariableLock100
'Usage
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

The IDTSVariableLock100 type exposes the following members.

Methods

  Name Description
Public method AcquireLock Infrastructure. Acquires the lock of the variable.
Public method ReleaseLock Infrastructure. Releases the lock of the variable.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace