Gets a list of objects in the raw data source that define the content of a specific cell in the output table exposed by the
OlapTable property.
public System.Collections.IList GetDetail(
System.Data.DataRow ,
System.Data.DataColumn column
)
public function GetDetail(
: System.Data.DataRow;
column: System.Data.DataColumn
): System.Collections.IList;
public function GetDetail(
: System.Data.DataRow,
column : System.Data.DataColumn
) : System.Collections.IList;
public: System.Collections.IList* GetDetail(
System.Data.DataRow* ,
System.Data.DataColumn* column
)
public:
System.Collections.IList^ GetDetail(
System.Data.DataRow^ ,
System.Data.DataColumn^ column
)
'Declaration
Public Overloads Function GetDetail( _
ByVal As System.Data.DataRow, _
ByVal column As System.Data.DataColumn _
) As System.Collections.IList
'Usage
Dim instance As C1OlapEngine
Dim row As System.Data.DataRow
Dim column As System.Data.DataColumn
Dim value As System.Collections.IList
value = instance.GetDetail(row, column)
Parameters
- row
- System.Data.DataRow that contains the Olap cell.
- column
- System.Data.DataColumn that contains the Olap cell.
Return Value
A list of objects in the raw data source that define the content of the specified Olap cell.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2