PlaceholderProviderDiscoverStructure Method (IDisposable, SupportedDataStructures, String) | 
 
            Gets the structure definition with the specified name.
            
 
    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 DataStructure DiscoverStructure(
	IDisposable connection,
	SupportedDataStructures structureType,
	string structureName
)
Public Overrides Function DiscoverStructure ( 
	connection As IDisposable,
	structureType As SupportedDataStructures,
	structureName As String
) As DataStructure
public:
virtual DataStructure^ DiscoverStructure(
	IDisposable^ connection, 
	SupportedDataStructures structureType, 
	String^ structureName
) override
abstract DiscoverStructure : 
        connection : IDisposable * 
        structureType : SupportedDataStructures * 
        structureName : string -> DataStructure 
override DiscoverStructure : 
        connection : IDisposable * 
        structureType : SupportedDataStructures * 
        structureName : string -> DataStructure Parameters
- connection
 - Type: SystemIDisposable
The connection. - structureType
 - Type: Dundas.BI.Data.MetadataSupportedDataStructures
Type of the structure. - structureName
 - Type: SystemString
Name of the structure. 
Return Value
Type: 
DataStructure
            The data structure definition.
            
See Also