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.