DataInputTransformIsDataSourceSupported Method

Determines whether the specified data source is supported for the current instance.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public override bool IsDataSourceSupported(
	IDataSource dataSource
)

Parameters

dataSource
Type: Dundas.BI.Data.TransformsIDataSource
The data source.

Return Value

Type: Boolean
it the specified data source is supported, otherwise .
See Also