ParameterDefinition.CustomDefinition Property
Gets or sets information (such as a query) that is required to retrieve parameter values for the parameter.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property CustomDefinition As String
Get
Set
'Usage
Dim instance As ParameterDefinition
Dim value As String
value = instance.CustomDefinition
instance.CustomDefinition = value
public string CustomDefinition { get; set; }
Property Value
Type: System.String
The information that is required to retrieve parameter values for the parameter.
Remarks
This value is commonly an MDX or SQL expression.