HResults.DTS_E_CONNECTIONMANAGERNOTFOUND Field

Definition

MessageId: DTS_E_CONNECTIONMANAGERNOTFOUND MessageText: The connection manager "%1!s!" is not found. A component failed to find the connection manager in the Connections collection.

public: int DTS_E_CONNECTIONMANAGERNOTFOUND = -1071636246;
public const int DTS_E_CONNECTIONMANAGERNOTFOUND = -1071636246;
val mutable DTS_E_CONNECTIONMANAGERNOTFOUND : int
Public Const DTS_E_CONNECTIONMANAGERNOTFOUND As Integer  = -1071636246

Field Value

Value = -1071636246

Remarks

A component failed to find the connection manager in Connections collection.

Applies to