RelationalColumn Class

Native column definition.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.Metadata.RelationalRelationalColumn

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 class RelationalColumn : IDataElement, 
	IElement, IUniqueName

The RelationalColumn type exposes the following members.

Constructors
  NameDescription
Public methodRelationalColumn
Initializes a new instance of the RelationalColumn class.
Top
Properties
  NameDescription
Public propertyCategory
Gets or sets the analysis category for the current column.
Public propertyContainers
Gets the container objects used alter the presentation of the elements using a folder-like approach.
Public propertyDataElementStructure
Gets the parent data element structure.
Public propertyDataFormat
Gets or sets the format which is used to define conversion rule, such as how to convert from string to date.
Public propertyDataType
Gets the element data type.
Public propertyDescription
Gets or sets the description.
Public propertyEntityId
Gets the parent entity ID.
Public propertyIsInPrimaryKey
Gets or sets a value indicating whether this column is part of primary key.
Public propertyIsSkipped
Gets or sets a value indicating whether this column is skipped during the data retrieval.
Public propertyProperties
Gets the various uncategorized properties.
Public propertySourceFormat
Gets or sets the source numeric format.
Public propertyUniqueName
Gets the object unique name.
Top
Methods
  NameDescription
Public methodUpdateDataType
Updates the column data type.
Top
See Also