SqlConnectionStringBuilder::TypeSystemVersion Property
Gets or sets a string value that indicates the type system the application expects.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::String^The following table shows the possible values for the TypeSystemVersion property:
Value | Description |
|---|---|
SQL Server 2005 | Uses the SQL Server 2005 type system. No conversions are made for the current version of ADO.NET. |
SQL Server 2008 | Uses the SQL Server 2008 type system. |
Latest | Use the latest version than this client-server pair can handle. This will automatically move forward as the client and server components are upgraded. |
The TypeSystemVersion property can be used to specify a down-level version of SQL Server for applications written against that version. This avoids possible problems with incompatible types in a newer version of SQL Server that may cause the application to break.
Available since 2.0