Connection 속성
Used by the Report Manager or Report Builder to pass a database connection to the IQueryDesigner when it is initialized.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.QueryDesigners.dll의 Microsoft.ReportingServices.QueryDesigners
구문
‘선언
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
An IDbConnection object.