DataStructure Constructor (SupportedDataStructures, String, 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 (10.0.0.1002)
Syntax
protected DataStructure(
	SupportedDataStructures structureType,
	string name,
	string description
)

Parameters

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