Mimer SQL Data Provider
ServerType Property




Mimer.Data.Client Namespace > MimerConnection Class : ServerType Property
Gets the type of the database server to which the client is connected.
Syntax
'Declaration
 
Public ReadOnly Property ServerType As MimerServerType
public MimerServerType ServerType {get;}
public read-only property ServerType: MimerServerType; 
public function get ServerType : MimerServerType
public: __property MimerServerType get_ServerType();

Property Value

The type of the connected server. The default value is MimerServerType.Unknown until the connection is opened. If the connection is to an old Mimer SQL server version the type returned will still be Unknown.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnection Class
MimerConnection Members