Compartir a través de


MiningParameterCollection.Enumerator Clase

Supports iterating over a MiningParameterCollection and reading its individual MiningParameter objects.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public NotInheritable Class Enumerator _
    Implements IEnumerator
'Uso
Dim instance As MiningParameterCollection.Enumerator
public sealed class Enumerator : IEnumerator
public ref class Enumerator sealed : IEnumerator
[<SealedAttribute>]
type Enumerator =  
    class
        interface IEnumerator
    end
public final class Enumerator implements IEnumerator

Notas

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

Jerarquía de herencia

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningParameterCollection..::..Enumerator

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.