DbConnection.ServerVersion 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當在衍生類別中被覆寫時,取得代表物件所連線之伺服器版本的字串。
public:
abstract property System::String ^ ServerVersion { System::String ^ get(); };
public abstract string ServerVersion { get; }
[System.ComponentModel.Browsable(false)]
public abstract string ServerVersion { get; }
member this.ServerVersion : string
[<System.ComponentModel.Browsable(false)>]
member this.ServerVersion : string
Public MustOverride ReadOnly Property ServerVersion As String
屬性值
資料庫的版本。 傳回的字串格式取決於您所使用的連接特定型別。
- 屬性
例外狀況
傳回的工作未完成時即已呼叫 ServerVersion,而且在呼叫 OpenAsync 之後未開啟連接。
適用於
另請參閱
- ADO.NET 概觀 \(部分機器翻譯\)