Partager via


DataColumnMapping.ColumnType - Propriété

Obtient ou définit le type de la colonne : Dimension, Fact, Ignore, Keyou TimeDimension.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Property ColumnType As MappedColumnTypes
    Get
    Set
'Utilisation
Dim instance As DataColumnMapping
Dim value As MappedColumnTypes

value = instance.ColumnType

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

Valeur de propriété

Type : Microsoft.PerformancePoint.Scorecards.MappedColumnTypes
Le type de la colonne.

Voir aussi

Référence

DataColumnMapping classe

DataColumnMapping - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms