HResults.DTS_E_CONNECTIONNOTFOUND Field

The connection "%1" is not found. This error is thrown by Connections collection when the specific connection element is not found.

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

Syntax

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

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

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace