This topic has not yet been rated - Rate this topic

MemberCollection.Find Method

Returns the specified Member from the collection by its name.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
public Member Find(
	string index
)

Parameters

index
Type: System.String
The name of the Member to find.

If the object is not found, the Find method returns null, whereas the Item property throws an exception.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.