Sdílet prostřednictvím


OracleConnection.ServerVersion Vlastnost

Definice

Získá řetězec obsahující verzi serveru, ke kterému je klient připojen.

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

Hodnota vlastnosti

Verze připojeného serveru.

Atributy

Výjimky

Připojení je uzavřeno.

Poznámky

Vlastnost ServerVersion je ve formátu verze Oracle. Například formát verze Oracle8 je řetězec ve formátu "8.1.7.0.0 Oracle8 Release 8.1.7.0.0 – Production".

Platí pro