MappedColumnTypes Enumeration
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the types of column that are used for the multidimensional mapping of a tabular data source.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Enumeration MappedColumnTypes
'Usage
Dim instance As MappedColumnTypes
public enum MappedColumnTypes
Members
Member name | Description | |
---|---|---|
Ignore | Represents a column to ignore. | |
Fact | Represents a column that contains fact data. | |
Dimension | Represents a column that contains dimension data. | |
TimeDimension | Represents a column that contains date or time data. | |
Key | Represents a column that contains keys. |
Remarks
MappedColumnTypes is returned by the ColumnType property.