IDbConnection.Open 메서드
Initializes a database connection with the settings specified by the ConnectionString property of the provider-specific Connection object.
네임스페이스: Microsoft.ReportingServices.DataProcessing
어셈블리: Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
구문
‘선언
Sub Open
‘사용 방법
Dim instance As IDbConnection
instance.Open()
void Open()
void Open()
abstract Open : unit -> unit
function Open()
주의
It is in this method that impersonation takes place. When the report server calls the Open method, it passes the user name and password of the report or shared data source to the extension.