Partager via


OracleConnection.ServerVersion Propriété

Définition

Obtient une chaîne contenant la version du serveur auquel le client est connecté.

public:
 property System::String ^ ServerVersion { System::String ^ get(); };
public:
 virtual property System::String ^ ServerVersion { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string ServerVersion { get; }
[System.ComponentModel.Browsable(false)]
public override string ServerVersion { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ServerVersion : string
Public ReadOnly Property ServerVersion As String
Public Overrides ReadOnly Property ServerVersion As String

Valeur de propriété

Version du serveur connecté.

Attributs

Exceptions

La connexion est fermée.

Remarques

La ServerVersion propriété est au format de version Oracle. Par exemple, le format d’une version Oracle8 est une chaîne sous la forme « 8.1.7.0.0 Oracle8 Release 8.1.7.0.0 - Production ».

S’applique à