NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLConnection.Version

Gets a string that contains the SQL adapter version.

[Visual Basic]
Public ReadOnly Property Version As String
[C#]
public string Version {get;}
[C++]
public: __property String* get_Version();
[JScript]
public function get Version() : String;

Property Value

The version of the SQL adapter.

Example

The following example shows how to create a connection and displays some of its read-only properties.

See Also

SQLConnection Class | SQLConnection Members | System.Data.SQL Namespace | ServerVersion