IDbCommandRewriter インターフェイス
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
書き換えられたコマンド テキストを提供します。
名前空間: Microsoft.ReportingServices.DataProcessing
アセンブリ: Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
構文
'宣言
Public Interface IDbCommandRewriter
'使用
Dim instance As IDbCommandRewriter
public interface IDbCommandRewriter
public interface class IDbCommandRewriter
type IDbCommandRewriter = interface end
public interface IDbCommandRewriter
IDbCommandRewriter 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
RewrittenCommandText | インフラストラクチャです。書き換えられたコマンド テキストを取得します。 |
先頭に戻る