DataStructure Constructor (SupportedDataStructures) |
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax protected DataStructure(
SupportedDataStructures structureType
)
Protected Sub New (
structureType As SupportedDataStructures
)
protected:
DataStructure(
SupportedDataStructures structureType
)
new :
structureType : SupportedDataStructures -> DataStructure
Parameters
- structureType
- Type: Dundas.BI.Data.MetadataSupportedDataStructures
The type of the structure.
See Also