DataRow.m_cachedDataCells フィールド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
行のキャッシュされたデータ セルを表します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Protected m_cachedDataCells As DataCell()
'使用
Dim value As DataCell()
value = Me.m_cachedDataCells
Me.m_cachedDataCells = value
protected DataCell[] m_cachedDataCells
protected:
array<DataCell^>^ m_cachedDataCells
val mutable m_cachedDataCells: DataCell[]
protected var m_cachedDataCells : DataCell[]