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.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("C65E2CD5-2CFF-413B-90E0-3F3E9F7A134F")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FHidden | TypeLibTypeFlags::FOleAutomation | TypeLibTypeFlags::FRestricted)]
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: