다음을 통해 공유


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