MappedColumnDataTypes enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the data types of column data that is 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 MappedColumnDataTypes
'Usage
Dim instance As MappedColumnDataTypes
public enum MappedColumnDataTypes

Members

Member name Description
NotSupported Represents an unsupported data type in the column.
Number Represents numeric data in the column.
String Represents string data in the column.
DateTime Represents date or time data in the column.

Remarks

MappedColumnDataTypes is returned by the DataColumnMapping.ColumnDataType property.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace