MiningServiceParameterCollection.Enumerator Class
SQL Server 2012
Supports iterating over a MiningServiceParameterCollection and reading its individual MiningServiceParameter objects.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
The MiningServiceParameterCollection.Enumerator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Current | Gets the current MiningServiceParameter in the MiningServiceParameterCollection. |
| Name | Description | |
|---|---|---|
![]() | {dtor} | Releases all resources used by the MiningServiceParameterCollection.Enumerator. |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MoveNext | Moves to the next MiningServiceParameter in the MiningServiceParameterCollection. |
![]() | Reset | Sets the Enumerator to its initial position, which is before the first element in the collection. |
![]() | ToString | (Inherited from Object.) |

