DataColumnMapping members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the mapping for columns of tabular data that is used to apply a multidimensional structure to the tabular data.

The DataColumnMapping type exposes the following members.

Constructors

  Name Description
Public method DataColumnMapping() Initializes a new instance of the DataColumnMapping class.
Public method DataColumnMapping(DataColumnMapping) Initializes a new instance of the DataColumnMapping class based on another DataColumnMapping object.

Top

Properties

  Name Description
Public property ColumnDataType Gets or sets the data type of the column: NotSupported, Number, String, DateTime.
Public property ColumnType Gets or sets the type of the column: Dimension, Fact, Ignore, Key, or TimeDimension.
Public property FactAggregation Gets or sets the aggregation method to use for columns of type Fact.
Public property FriendlyColumnName Gets or sets a descriptive string to use for the column that is the source for this mapping.
Public property KeyColumnName Gets or sets the name of the key column for columns of type Dimension or TimeDimension.
Public property SourceColumnName Gets or sets the name of the tabular data source column that is the source for this mapping.
Public property UniqueName Gets or sets the unique name of the dimension for columns of type Key.

Top

Methods

  Name Description
Public method Clone Performs a deep copy of this object.
Public method Equals Determines whether this object is equal to another object. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Gets the hash code for this object. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

DataColumnMapping class

Microsoft.PerformancePoint.Scorecards namespace