DataStructure(SupportedDataStructures, String) Constructor

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

Parameters

structureType  SupportedDataStructures
The type of the structure.
name  String
Data structure name.
Exceptions
ExceptionCondition
ArgumentExceptionname is or empty.
See Also