MiningContentNodeCollection.Enumerator.MoveNext Method
SQL Server 2008 R2
Moves to the next MiningContentNode in the MiningContentNodeCollection.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Return Value
Type: System.Booleantrue if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Implements
IEnumerator.MoveNext()| Exception | Condition |
|---|---|
| System.InvalidOperationException | The collection has changed, invalidating the Enumerator. |
An MiningContentNodeCollection.Enumerator remains valid as long as the collection remains unchanged. If changes are made to the collection, such as adding, modifying or deleting elements, the enumerator is irrecoverably invalidated, and the next call to MoveNext or Reset throws a System.InvalidOperationException.
