Interfaccia IDbCommandAnalysis
Represents additional command information for analyzing a query and returning a list of parameter names used in the query.
Spazio dei nomi: Microsoft.ReportingServices.DataProcessing
Assembly: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Sintassi
'Dichiarazione
Public Interface IDbCommandAnalysis
'Utilizzo
Dim instance As IDbCommandAnalysis
public interface IDbCommandAnalysis
public interface class IDbCommandAnalysis
type IDbCommandAnalysis = interface end
public interface IDbCommandAnalysis
Osservazioni
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 Implementazione di una classe Command per un'estensione per l'elaborazione dati.
An application does not create an instance of the IDbCommandAnalysis interface directly, but creates an instance of a class that implements IDbCommandAnalysis.
Vedere anche