DataStructure Constructor (SupportedDataStructures, String)

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 (26.1.0.1000)
Syntax
protected DataStructure(
	SupportedDataStructures structureType,
	string name
)

Parameters

structureType
Type: Dundas.BI.Data.MetadataSupportedDataStructures
The type of the structure.
name
Type: SystemString
Data structure name.
Exceptions
ExceptionCondition
ArgumentExceptionname is or empty.
See Also