Share via


IDataSourceQuery.CheckMembers method

Validates a set of members.

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

Syntax

'Declaration
Function CheckMembers ( _
    memberUniqueNames As String() _
) As Boolean
'Usage
Dim instance As IDataSourceQuery
Dim memberUniqueNames As String()
Dim returnValue As Boolean

returnValue = instance.CheckMembers(memberUniqueNames)
bool CheckMembers(
    string[] memberUniqueNames
)

Parameters

  • memberUniqueNames
    Type: []

    An array of member unique names.

Return value

Type: System.Boolean
true if all the specified members are valid; otherwise false.

See also

Reference

IDataSourceQuery interface

IDataSourceQuery members

Microsoft.PerformancePoint.Scorecards namespace