IDataConnectorServiceListStructures Method

Lists the structures that are available for the data connector.

Namespace:  Dundas.BI.Entities.DataConnectors
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
ICollection<DataStructure> ListStructures(
	DataConnector dataConnector,
	SupportedDataStructures types
)

Parameters

dataConnector
Type: Dundas.BI.Entities.DataConnectorsDataConnector
The data connector.
types
Type: Dundas.BI.Data.MetadataSupportedDataStructures
Structure types to discover.

Return Value

Type: ICollectionDataStructure
The structures that are available for the data connector.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataConnector is .
DataProviderLoadExceptionThe data provider requires third party driver to be installed.
DataConnectionExceptionThe connection cannot be established.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also