共用方式為


IDbCommandRewriter.RewrittenCommandText 屬性

此 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.

請參閱

參考

IDbCommandRewriter 介面

Microsoft.ReportingServices.DataProcessing 命名空間