Share via


BIData constructor

Initializes a new instance of the BIData class with the specified properties.

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

Syntax

'Declaration
Public Sub New ( _
    consumerParameter As String, _
    valuesColumnName As String, _
    displayColumnName As String, _
    dataValidated As Boolean _
)
'Usage
Dim consumerParameter As String
Dim valuesColumnName As String
Dim displayColumnName As String
Dim dataValidated As Boolean

Dim instance As New BIData(consumerParameter, _
    valuesColumnName, displayColumnName, _
    dataValidated)
public BIData(
    string consumerParameter,
    string valuesColumnName,
    string displayColumnName,
    bool dataValidated
)

Parameters

  • consumerParameter
    Type: System.String

    The consumer endpoint for the provider data.

  • valuesColumnName
    Type: System.String

    The name of the column in the data table that contains the identifier of the selected value.

  • displayColumnName
    Type: System.String

    The name of the column in the data table that contains the display name of the selected value.

  • dataValidated
    Type: System.Boolean

    Indicates whether the data contained in the data table has been validated.

See also

Reference

BIData class

BIData members

Microsoft.PerformancePoint.Scorecards namespace