Share via


DataTableMapping.ColumnMappings Property (Microsoft.PerformancePoint.Scorecards)

Column mappings.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlArrayAttribute> _
Public ReadOnly Property ColumnMappings As List(Of DataColumnMapping)
'Usage
Dim instance As DataTableMapping
Dim value As List(Of DataColumnMapping)

value = instance.ColumnMappings
[XmlArrayAttribute] 
public List<DataColumnMapping> ColumnMappings { get; }

See Also

Reference

DataTableMapping Class
DataTableMapping Members
Microsoft.PerformancePoint.Scorecards Namespace