IDbCommandAnalysis 介面
Represents additional command information for analyzing a query and returning a list of parameter names used in the query.
命名空間: Microsoft.ReportingServices.DataProcessing
組件: Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)
語法
'宣告
Public Interface IDbCommandAnalysis
'用途
Dim instance As IDbCommandAnalysis
public interface IDbCommandAnalysis
public interface class IDbCommandAnalysis
type IDbCommandAnalysis = interface end
public interface IDbCommandAnalysis
IDbCommandAnalysis 型別公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
GetParameters | Returns an IDataParameterCollection object representing a list of parameters used in the query. |
上層
備註
The IDbCommandAnalysis interface enables you to add additional functionality for analyzing a query (command text) and retrieving a list of parameters used in that query. The IDbCommandAnalysis interface can be used to build a custom data processing extension. For more information about Command classes, see 為資料處理延伸模組實作命令類別.
An application does not create an instance of the IDbCommandAnalysis interface directly, but creates an instance of a class that implements IDbCommandAnalysis.