言語

IQueryDesigner.Connection プロパティ

定義

Business Intelligence Development Studioの初期化時にIQueryDesignerにデータベース接続を渡すためにレポート デザイナーが使用します。

public:
 property Microsoft::ReportingServices::DataProcessing::IDbConnection ^ Connection {  void set(Microsoft::ReportingServices::DataProcessing::IDbConnection ^ value); };
public Microsoft.ReportingServices.DataProcessing.IDbConnection Connection { set; }
member this.Connection : Microsoft.ReportingServices.DataProcessing.IDbConnection
Public Property Connection As IDbConnection

プロパティ値

IDbConnection オブジェクト。

適用対象