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.StringThe consumer endpoint for the provider data.
valuesColumnName
Type: System.StringThe name of the column in the data table that contains the identifier of the selected value.
displayColumnName
Type: System.StringThe name of the column in the data table that contains the display name of the selected value.
dataValidated
Type: System.BooleanIndicates whether the data contained in the data table has been validated.