此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets a rewritten command text.
命名空间: Microsoft.ReportingServices.DataProcessing
程序集: Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
语法
声明
ReadOnly Property RewrittenCommandText As String
Get
用法
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
属性值
类型:System.String
A string value that represents a rewritten command text.