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)
Syntaxpublic override bool IsDataSourceSupported(
IDataSource dataSource
)
Public Overrides Function IsDataSourceSupported (
dataSource As IDataSource
) As Boolean
public:
virtual bool IsDataSourceSupported(
IDataSource^ dataSource
) override
abstract IsDataSourceSupported :
dataSource : IDataSource -> bool
override IsDataSourceSupported :
dataSource : IDataSource -> bool Parameters
- dataSource
- Type: Dundas.BI.Data.TransformsIDataSource
The data source.
Return Value
Type:
Boolean it the specified data source is supported, otherwise
.
See Also