Proprietà NamedSetCollection.Enumerator.IEnumerator.Current
Gets the current element in the collection.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Private ReadOnly Property Current As Object
Implements IEnumerator.Current
Get
'Utilizzo
Dim instance As NamedSetCollection.Enumerator
Dim value As Object
value = CType(instance, IEnumerator).Current
Object IEnumerator.Current { get; }
private:
virtual property Object^ Current {
Object^ get () sealed = IEnumerator::Current::get;
}
private abstract Current : Object
private override Current : Object
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Valore proprietà
Tipo: System.Object
The current element in the collection.
Implementa
Eccezioni
Eccezione | Condizione |
---|---|
System.InvalidOperationException | The enumerator is currently before the first or after the last NamedSet in the NamedSetCollection. |