QueryManager.CreateCommand(IDbConnection) 方法

定义

public:
 Microsoft::ReportingServices::DataProcessing::IDbCommand ^ CreateCommand(Microsoft::ReportingServices::DataProcessing::IDbConnection ^ connection);
public Microsoft.ReportingServices.DataProcessing.IDbCommand CreateCommand (Microsoft.ReportingServices.DataProcessing.IDbConnection connection);
Public Function CreateCommand (connection As IDbConnection) As IDbCommand

参数

connection
IDbConnection

返回

IDbCommand

适用于