Interfaz IDbCommandAnalysis

Represents additional command information for analyzing a query and returning a list of parameter names used in the query.

Espacio de nombres:  Microsoft.ReportingServices.DataProcessing
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
Public Interface IDbCommandAnalysis
'Uso
Dim instance As IDbCommandAnalysis
public interface IDbCommandAnalysis
public interface class IDbCommandAnalysis
type IDbCommandAnalysis =  interface end
public interface IDbCommandAnalysis

El tipo IDbCommandAnalysis expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público GetParameters Returns an IDataParameterCollection object representing a list of parameters used in the query.

Arriba

Comentarios

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 Implementar una clase Command para una extensión de procesamiento de datos.

An application does not create an instance of the IDbCommandAnalysis interface directly, but creates an instance of a class that implements IDbCommandAnalysis.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.DataProcessing