次の方法で共有


DataRowCollection.m_cachedDataRows フィールド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

データ行のコレクションを指定します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Protected m_cachedDataRows As DataRow()
'使用
Dim value As DataRow()

value = Me.m_cachedDataRows 

Me.m_cachedDataRows = value
protected DataRow[] m_cachedDataRows
protected:
array<DataRow^>^ m_cachedDataRows
val mutable m_cachedDataRows: DataRow[]
protected var m_cachedDataRows : DataRow[]

関連項目

参照

DataRowCollection クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間