QryDataExtensions.OpenConnection(IDbConnection, CachedCredentials) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool OpenConnection(Microsoft::ReportingServices::DataProcessing::IDbConnection ^ connection, Microsoft::ReportDesigner::Data::CachedCredentials ^ creds);
public static bool OpenConnection (Microsoft.ReportingServices.DataProcessing.IDbConnection connection, Microsoft.ReportDesigner.Data.CachedCredentials creds);
static member OpenConnection : Microsoft.ReportingServices.DataProcessing.IDbConnection * Microsoft.ReportDesigner.Data.CachedCredentials -> bool
Public Shared Function OpenConnection (connection As IDbConnection, creds As CachedCredentials) As Boolean
Parameters
- connection
- IDbConnection
- creds
- CachedCredentials