ParameterMapping.SourceColumnName property

Gets or sets the column name that that pulls selected values for the parameter associated with the object that is identified in the DashboardItemId property.

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

Syntax

'Declaration
Public Property SourceColumnName As String
    Get
    Set
'Usage
Dim instance As ParameterMapping
Dim value As String

value = instance.SourceColumnName

instance.SourceColumnName = value
public string SourceColumnName { get; set; }

Property value

Type: System.String
A column name that appears in the return of the query that pulls selected values for the parameter associated with the object that is identified in the DashboardItemId property.

See also

Reference

ParameterMapping class

ParameterMapping members

Microsoft.PerformancePoint.Scorecards namespace