次の方法で共有


DesignerDataConnection.IsConfigured プロパティ

定義

接続情報がアプリケーションの構成ファイルに存在するかどうかを示す値を取得します。

public:
 property bool IsConfigured { bool get(); };
public bool IsConfigured { get; }
member this.IsConfigured : bool
Public ReadOnly Property IsConfigured As Boolean

プロパティ値

接続がアプリケーションの構成ファイルに定義されている場合は true。それ以外の場合は false

注釈

プロパティは IsConfiguredtrue オブジェクトがアプリケーションの DesignerDataConnection 構成ファイルから読み取られた場合、または オブジェクトが DesignerDataConnection メソッドによってアプリケーションの構成ファイルに書き込まれた場合です IDataEnvironment.ConfigureConnection

が の場合、 Name プロパティは、構成ファイルの connectionStrings 要素 (ASP.NET 設定スキーマ) で定義されている接続の名前に設定されます。trueIsConfigured

適用対象