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)
SyntaxICollection<DataStructure> ListStructures(
DataConnector dataConnector,
SupportedDataStructures types
)
Function ListStructures (
dataConnector As DataConnector,
types As SupportedDataStructures
) As ICollection(Of DataStructure)
ICollection<DataStructure^>^ ListStructures(
DataConnector^ dataConnector,
SupportedDataStructures types
)
abstract ListStructures :
dataConnector : DataConnector *
types : SupportedDataStructures -> ICollection<DataStructure>
Parameters
- dataConnector
- Type: Dundas.BI.Entities.DataConnectorsDataConnector
The data connector. - types
- Type: Dundas.BI.Data.MetadataSupportedDataStructures
Structure types to discover.
Return Value
Type:
ICollectionDataStructureThe structures that are available for the data connector.
Exceptions
See Also