IDTSVariableLock100-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Der IDTSVariableLock100-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
AcquireLock | Infrastruktur Acquires the lock of the variable. | |
ReleaseLock | Infrastruktur Releases the lock of the variable. |
Zum Anfang