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 Providers for PerformancePoint Services Tabular Data Source.
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.