This topic has not yet been rated - Rate this topic

MiningServiceParameterCollection.Enumerator Class

Supports iterating over a MiningServiceParameterCollection and reading its individual MiningServiceParameter objects.

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningServiceParameterCollection.Enumerator

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)
public sealed class Enumerator : IEnumerator

The MiningServiceParameterCollection.Enumerator type exposes the following members.

  NameDescription
Public method{dtor}Releases all resources used by the MiningServiceParameterCollection.Enumerator.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMoveNextMoves to the next MiningServiceParameter in the MiningServiceParameterCollection.
Public methodResetSets the Enumerator to its initial position, which is before the first element in the collection.
Public methodToString (Inherited from Object.)
Top

In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.