Version

Analyze Method (DataSourceObjectView)

Analyzes the original data source and returns a new instance of an appropriate data adapter.
Syntax
'Declaration
 
Protected Overridable Function Analyze( _
   ByVal dataSource As Object, _
   ByVal enableDataSum As Boolean _
) As DataSourceAdapter
protected virtual DataSourceAdapter Analyze( 
   object dataSource,
   bool enableDataSum
)

Parameters

dataSource
Original data source.
enableDataSum
Specifies whether data summarization analysis needs to be turned on.

Return Value

Data adapter that corresponds to the data source.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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

See Also