DataColumnMapping.ColumnType property

Gets or sets the type of the column: Dimension, Fact, Ignore, Key, or TimeDimension.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property ColumnType As MappedColumnTypes
    Get
    Set
'Usage
Dim instance As DataColumnMapping
Dim value As MappedColumnTypes

value = instance.ColumnType

instance.ColumnType = value
public MappedColumnTypes ColumnType { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.MappedColumnTypes
The type of the column.

See also

Reference

DataColumnMapping class

DataColumnMapping members

Microsoft.PerformancePoint.Scorecards namespace