DataColumnMapping Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
![]() |
DataColumnMapping() | Initializes a new instance of the DataColumnMapping class. |
![]() |
DataColumnMapping(DataColumnMapping) | Initializes a new instance of the DataColumnMapping class based on another DataColumnMapping object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ColumnDataType | Gets or sets the data type of the column: NotSupported, Number, String, DateTime. |
![]() |
ColumnType | Gets or sets the type of the column: Dimension, Fact, Ignore, Key, or TimeDimension. |
![]() |
FactAggregation | Gets or sets the aggregation method to use for columns of type Fact. |
![]() |
FriendlyColumnName | Gets or sets a descriptive string to use for the column that is the source for this mapping. |
![]() |
KeyColumnName | Gets or sets the name of the key column for columns of type Dimension or TimeDimension. |
![]() |
SourceColumnName | Gets or sets the name of the tabular data source column that is the source for this mapping. |
![]() |
UniqueName | Gets or sets the unique name of the dimension for columns of type Key. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Performs a deep copy of this object. |
![]() |
Equals | Determines whether this object is equal to another object. (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Gets the hash code for this object. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top