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