PlaceholderProviderDiscoverStructures Method  | 
 
            Gets the list of the structures with the specified type.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic override IEnumerable<DataStructure> DiscoverStructures(
	IDisposable connection,
	SupportedDataStructures structureTypes
)
Public Overrides Function DiscoverStructures ( 
	connection As IDisposable,
	structureTypes As SupportedDataStructures
) As IEnumerable(Of DataStructure)
public:
virtual IEnumerable<DataStructure^>^ DiscoverStructures(
	IDisposable^ connection, 
	SupportedDataStructures structureTypes
) override
abstract DiscoverStructures : 
        connection : IDisposable * 
        structureTypes : SupportedDataStructures -> IEnumerable<DataStructure> 
override DiscoverStructures : 
        connection : IDisposable * 
        structureTypes : SupportedDataStructures -> IEnumerable<DataStructure> Parameters
- connection
 - Type: SystemIDisposable
The connection. - structureTypes
 - Type: Dundas.BI.Data.MetadataSupportedDataStructures
The structure types. 
Return Value
Type: 
IEnumerableDataStructure
            The list of the structures.
            
See Also