IDTSVariableLock100 Interface

 

This API supports the product 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.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[TypeLibTypeAttribute(TypeLibTypeFlags::FHidden | TypeLibTypeFlags::FOleAutomation | TypeLibTypeFlags::FRestricted)]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("22BAA75C-14C1-4210-9182-A7A5B667F8C2")]
public interface class IDTSVariableLock100

NameDescription
System_CAPS_pubmethodAcquireLock(Boolean)

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

Acquires the lock of the variable.

System_CAPS_pubmethodReleaseLock(Boolean)

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

Releases the lock of the variable.

Return to top
Show: