OdbcConnection.ServerVersion 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得字串,其包含用戶端連接之伺服器的版本。
public:
virtual property System::String ^ ServerVersion { System::String ^ get(); };
public:
property System::String ^ ServerVersion { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public override string ServerVersion { get; }
[System.ComponentModel.Browsable(false)]
public string ServerVersion { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ServerVersion : string
Public Overrides ReadOnly Property ServerVersion As String
Public ReadOnly Property ServerVersion As String
屬性值
連接伺服器的版本。
- 屬性
例外狀況
備註
如果 ServerVersion 基礎 ODBC 驅動程式不支援,則會傳回空字串 (“”) 。
屬性 ServerVersion 的格式為 '##.#.#####',其中前兩位數是主要版本、下一個兩位數是次要版本,而最後四位數是發行版本。 驅動程式必須以這個形式轉譯產品版本,但也可以附加產品特定版本作為字串 (,例如“04.01.0000 Rdb 4.1”) 。 此字串採用 'major.minor.build' 格式,其中 major 和 minor 完全是兩位數, 而組建 正好是四位數。