DataStructure Class

Class that encapsulates a native structure definition.
Inheritance Hierarchy

Namespace: Dundas.BI.Data.Metadata
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract class DataStructure

The DataStructure type exposes the following members.

Constructors
 NameDescription
Protected methodDataStructure(SupportedDataStructures, String) Initializes a new instance of the DataStructure class.
Protected methodDataStructure(SupportedDataStructures, String, String) Initializes a new instance of the DataStructure class.
Top
Properties
 NameDescription
Public propertyDescription Gets or sets the description.
Public propertyInternalName Gets or sets the internal name.
Public propertyName Gets or sets the name.
Public propertySettings Gets the properties of the structure.
Public propertyStructureType Gets or sets data structure type.
Top
See Also