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