Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates a scorecard object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function ValidateScorecard ( _
location As RepositoryLocation _
) As String()
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim location As RepositoryLocation
Dim returnValue As String()
returnValue = instance.ValidateScorecard(location)
string[] ValidateScorecard(
RepositoryLocation location
)
Parameters
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the repository.
Return Value
Type: []
An empty array if the object is valid; otherwise, an array of strings that contain validation errors.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface