MemberCollection.Find Method
SQL Server 2008 R2
Returns the specified Member from the collection by its name.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
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.
