Megosztás a következőn keresztül:


IDbCommandRewriter.RewrittenCommandText Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.DataProcessing
Assembly:  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.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