DataProviderDiscoverStructure(IDisposable, SupportedDataStructures, String) Method |
Gets the structure definition with the specified name.
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic abstract DataStructure DiscoverStructure(
IDisposable connection,
SupportedDataStructures structureType,
string structureName
)
Public MustOverride Function DiscoverStructure (
connection As IDisposable,
structureType As SupportedDataStructures,
structureName As String
) As DataStructure
public:
virtual DataStructure^ DiscoverStructure(
IDisposable^ connection,
SupportedDataStructures structureType,
String^ structureName
) abstract
abstract DiscoverStructure :
connection : IDisposable *
structureType : SupportedDataStructures *
structureName : string -> DataStructure Parameters
- connection IDisposable
- The connection.
- structureType SupportedDataStructures
- Type of the structure.
- structureName String
- Name of the structure.
Return Value
DataStructure
The data structure definition.
See Also