Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the database version number as a string.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ServerVersion As String
Get
'Usage
Dim instance As SqlCeConnection
Dim value As String
value = instance.ServerVersion
public override string ServerVersion { get; }
public:
virtual property String^ ServerVersion {
String^ get () override;
}
abstract ServerVersion : string
override ServerVersion : string
override function get ServerVersion () : String
Property Value
Type: System.String
A string of the version of SQL Server Compact.