EntityConnection.ServerVersion プロパティ

定義

クライアントが接続されているデータ ソースのバージョンを含む文字列を取得します。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")]
public override string ServerVersion { get; }
member this.ServerVersion : string
Public Overrides ReadOnly Property ServerVersion As String

プロパティ値

プロバイダー接続文字列に含まれるデータ ソースのバージョン。

属性

例外

接続が閉じています。

適用対象