Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.