DataColumnMapping class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the mapping for columns of tabular data that is used to apply a multidimensional structure to the tabular data.

Inheritance hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.DataColumnMapping

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class DataColumnMapping _
    Implements ICloneable
'Usage
Dim instance As DataColumnMapping
[SerializableAttribute]
public class DataColumnMapping : ICloneable

Remarks

For an example of how DataColumnMapping is used, see How to: Create tabular data source providers for PerformancePoint Services in SharePoint 2013.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

DataColumnMapping members

Microsoft.PerformancePoint.Scorecards namespace