IDbCommandRewriter Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Provides a rewritten command text.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Public Interface IDbCommandRewriter
'Usage
Dim instance As IDbCommandRewriter
public interface IDbCommandRewriter
public interface class IDbCommandRewriter
type IDbCommandRewriter = interface end
public interface IDbCommandRewriter
The IDbCommandRewriter type exposes the following members.
Properties
Name | Description | |
---|---|---|
RewrittenCommandText | Infrastructure. Gets a rewritten command text. |
Top