HResults.DTS_E_CONNECTIONSTRINGFORMAT Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MessageId: DTS_E_CONNECTIONSTRINGFORMAT MessageText: The connection string format is not valid. It must consist of one or more components of the form X=Y, separated by semicolons. This error occurs when a connection string with zero components is set on database connection manager.
public: int DTS_E_CONNECTIONSTRINGFORMAT = -1073594104;
public const int DTS_E_CONNECTIONSTRINGFORMAT = -1073594104;
val mutable DTS_E_CONNECTIONSTRINGFORMAT : int
Public Const DTS_E_CONNECTIONSTRINGFORMAT As Integer = -1073594104