EntityConnection.DataSource プロパティ

定義

接続先のデータ ソースの名前またはネットワーク アドレスを取得します。

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

プロパティ値

データ ソースの名前です。 既定値は空の文字列です。

属性

例外

基になるデータ プロバイダーが不明です。

適用対象