HResults.DTS_E_INCORRECT_SQL_SERVER_VERSION Field

Definition

MessageId: DTS_E_INCORRECT_SQL_SERVER_VERSION MessageText: The DBMS type or version of "%1!s!" is not supported. A connection to Microsoft SQL Server version 8.0 or later is required. This occurs if IDBProperties on the connection did not return a the correct version.

public: int DTS_E_INCORRECT_SQL_SERVER_VERSION = -1071611109;
public const int DTS_E_INCORRECT_SQL_SERVER_VERSION = -1071611109;
val mutable DTS_E_INCORRECT_SQL_SERVER_VERSION : int
Public Const DTS_E_INCORRECT_SQL_SERVER_VERSION As Integer  = -1071611109

Field Value

Value = -1071611109

Applies to