MiningServiceParameterCollection.Enumerator.Current Property
SQL Server 2012
Gets the current MiningServiceParameter in the MiningServiceParameterCollection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.MiningServiceParameterThe MiningServiceParameter in the MiningServiceParameterCollection, if the Enumerator has not passed the end of the collection.
| Exception | Condition |
|---|---|
| System.InvalidOperationException | The Enumerator is currently before the first or after the last MiningServiceParameter in the MiningServiceParameterCollection. |
