RelationalStructure Class

Encapsulates a relational structure definition.
This class is not intended to be used directly from your code, unless you are implementing a custom data provider.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataDataStructure
    Dundas.BI.Data.Metadata.RelationalRelationalStructure

Namespace:  Dundas.BI.Data.Metadata.Relational
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class RelationalStructure : DataStructure, 
	IDataElementStructure, IStructure

The RelationalStructure type exposes the following members.

Constructors
  NameDescription
Public methodRelationalStructure(DataStructure)
Initializes a new instance of the RelationalStructure class.
Public methodRelationalStructure(SupportedDataStructures, String)
Initializes a new instance of the RelationalStructure class.
Top
Properties
  NameDescription
Public propertyColumns
Gets list of relational columns.
Public propertyDataElements
Gets the data elements.
Public propertyDescription
Gets or sets the description.
(Inherited from DataStructure.)
Public propertyForeignKeys
Gets list of foreign keys.
Public propertyInternalName
Gets or sets the internal name.
(Inherited from DataStructure.)
Public propertyName
Gets or sets the name.
(Inherited from DataStructure.)
Public propertyParameters
Gets list of native parameters.
Public propertySettings
Gets the properties of the structure.
(Inherited from DataStructure.)
Public propertyStructureType
Gets or sets data structure type.
(Inherited from DataStructure.)
Public propertyTableSettings
Gets the provider-specific settings.
Public propertyTag
Gets or sets the provider-specific metadata.
Top
See Also