次の方法で共有


IDataEnvironment.GetDesignTimeConnection(DesignerDataConnection) メソッド

定義

デザイン時に使用できるデータベース接続を取得します。

public:
 System::Data::Common::DbConnection ^ GetDesignTimeConnection(System::ComponentModel::Design::Data::DesignerDataConnection ^ connection);
public System.Data.Common.DbConnection GetDesignTimeConnection (System.ComponentModel.Design.Data.DesignerDataConnection connection);
abstract member GetDesignTimeConnection : System.ComponentModel.Design.Data.DesignerDataConnection -> System.Data.Common.DbConnection
Public Function GetDesignTimeConnection (connection As DesignerDataConnection) As DbConnection

パラメーター

connection
DesignerDataConnection

目的のデータベース接続。

戻り値

デザイン時に使用できる DbConnection オブジェクト。

注釈

メソッドは GetDesignTimeConnection 、コントロール デザイナーで使用できるデータ ストアへの有効なオープン接続を返します。

コントロール デザイナーは、 を GetDesignTimeConnection 使用してデータ接続を取得する必要があり、 プロパティを使用して ConnectionString 接続を開こうとしないでください。

適用対象