DataStructure Constructor (SupportedDataStructures)

Initializes a new instance of the DataStructure class.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
protected DataStructure(
	SupportedDataStructures structureType
)

Parameters

structureType
Type: Dundas.BI.Data.MetadataSupportedDataStructures
The type of the structure.
See Also