Struttura MiningModelCollection.Enumerator
Supports iterating over a MiningModelCollection and reading its individual MiningModel objects.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public Structure Enumerator _
Implements IEnumerator
'Utilizzo
Dim instance As MiningModelCollection.Enumerator
public struct Enumerator : IEnumerator
public value class Enumerator : IEnumerator
[<SealedAttribute>]
type Enumerator =
struct
interface IEnumerator
end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Nel tipo MiningModelCollection..::..Enumerator sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Current | Gets the current MiningModel in the MiningModelCollection. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da ValueType. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da ValueType. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
MoveNext | Moves to the next MiningModel in the MiningModelCollection. | |
Reset | Sets the MiningModelCollection..::..Enumerator to its initial position, which is before the first element in the collection. | |
ToString | Ereditato da ValueType. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IEnumerator. . :: . .Current | Gets the current element in the collection. |
In alto
Osservazioni
In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.