IDbCommandRewriter.RewrittenCommandText Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets 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
ReadOnly Property RewrittenCommandText As String
Get
'Usage
Dim instance As IDbCommandRewriter
Dim value As String
value = instance.RewrittenCommandText
string RewrittenCommandText { get; }
property String^ RewrittenCommandText {
String^ get ();
}
abstract RewrittenCommandText : string
function get RewrittenCommandText () : String
Property Value
Type: System.String
A string value that represents a rewritten command text.