Clase MiningModelColumnCollection.Enumerator
Supports iterating over a MiningModelColumnCollection and reading its individual MiningModelColumn objects.
Jerarquía de herencia
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..MiningModelColumnCollection..::..Enumerator
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public NotInheritable Class Enumerator _
Implements IEnumerator
'Uso
Dim instance As MiningModelColumnCollection.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
El tipo MiningModelColumnCollection..::..Enumerator expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Current | Gets the current MiningModelColumn in the MiningModelColumnCollection. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
{dtor} | Releases all resources used by the MiningModelColumnCollection..::..Enumerator. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
MoveNext | Moves to the next MiningModelColumn in the MiningModelColumnCollection. | |
Reset | Sets the Enumerator to its initial position, which is before the first element in the collection. | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.