This topic has not yet been rated - Rate this topic

MiningServiceParameterCollection.Enumerator.Current Property

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
public MiningServiceParameter Current { get; }

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter
The MiningServiceParameter in the MiningServiceParameterCollection, if the Enumerator has not passed the end of the collection.
ExceptionCondition
System.InvalidOperationException

The Enumerator is currently before the first or after the last MiningServiceParameter in the MiningServiceParameterCollection.

After creating an Enumerator or after a Reset, MoveNext must be called to advance the Enumerator to the first element of the collection before reading the value of Current; otherwise, Current is undefined.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.