HResults.DTS_E_UNKNOWNCONNECTIONMANAGERTYPE Field

Definition

The connection type "%1" specified for connection manager "%2" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.

public: int DTS_E_UNKNOWNCONNECTIONMANAGERTYPE = -1073659899;
public const int DTS_E_UNKNOWNCONNECTIONMANAGERTYPE = -1073659899;
val mutable DTS_E_UNKNOWNCONNECTIONMANAGERTYPE : int
Public Const DTS_E_UNKNOWNCONNECTIONMANAGERTYPE As Integer  = -1073659899

Field Value

Value = -1073659899

Applies to