TestConnectionResultServerVersion Property |
Gets the server version.
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string ServerVersion { get; }
Public ReadOnly Property ServerVersion As String
Get
public:
property String^ ServerVersion {
String^ get ();
}
member ServerVersion : string with get
Property Value
Type:
String
The server version.
See Also