RelationalStructure Constructor (SupportedDataStructures, String)

Initializes a new instance of the RelationalStructure class.

Namespace:  Dundas.BI.Data.Metadata.Relational
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public RelationalStructure(
	SupportedDataStructures structureType,
	string name
)

Parameters

structureType
Type: Dundas.BI.Data.MetadataSupportedDataStructures
Structure type.
name
Type: SystemString
Structure name.
See Also