HResults.DTS_E_CANNOTTFINDRUNTIMECONNECTIONOBJECT Field

The connection "%1" cannot be found. Verify that the connection manager has a connection with that name.

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

Syntax

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

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

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace