HResults.DTS_W_COMPONENTLEAKPROCESSINPUT Field

A call to the ProcessInput method for input %1!d! on %2 unexpectedly kept a reference to the buffer it was passed. The refcount on that buffer was %3!d! before the call, and %4!d! after the call returned.

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

Syntax

'Declaration
Public Const DTS_W_COMPONENTLEAKPROCESSINPUT As Integer
'Usage
Dim value As Integer 

value = HResults.DTS_W_COMPONENTLEAKPROCESSINPUT
public const int DTS_W_COMPONENTLEAKPROCESSINPUT
public:
literal int DTS_W_COMPONENTLEAKPROCESSINPUT
static val mutable DTS_W_COMPONENTLEAKPROCESSINPUT: int
public const var DTS_W_COMPONENTLEAKPROCESSINPUT : int

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace