IQueryDesigner.Connection プロパティ
Business Intelligence Development Studio のレポート デザイナーで、初期化時にデータベース接続を IQueryDesigner に渡すために使用されます。
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.QueryDesigners (Microsoft.ReportingServices.QueryDesigners.dll)
構文
'宣言
WriteOnly Property Connection As IDbConnection
Set
'使用
Dim instance As IQueryDesigner
Dim value As IDbConnection
instance.Connection = value
IDbConnection Connection { set; }
property IDbConnection^ Connection {
void set (IDbConnection^ value);
}
abstract Connection : IDbConnection with get, set
function set Connection (value : IDbConnection)
プロパティ値
型: Microsoft.ReportingServices.DataProcessing.IDbConnection
IDbConnection オブジェクトです。