Classe MiningModelCollection.Enumerator
Supports iterating over a MiningModelCollection and reading its individual MiningModel objects.
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..MiningModelCollection..::..Enumerator
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public NotInheritable Class Enumerator _
Implements IEnumerator
'Uso
Dim instance As MiningModelCollection.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
O tipo MiningModelCollection..::..Enumerator expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Current | Gets the current MiningModel in the MiningModelCollection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
{dtor} | Releases all resources used by the MiningModelCollection..::..Enumerator. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
MoveNext | Moves to the next MiningModel in the MiningModelCollection. | |
Reset | Sets the Enumerator to its initial position, which is before the first element in the collection. | |
ToString | (Herdado de Object.) |
Início
Comentários
In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.