Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the current element in the collection.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
'Dichiarazione
Private ReadOnly Property Current As Object
Implements IEnumerator.Current
Get
'Utilizzo
Dim instance As PropertyCollection.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.
Tipo: System.Object
The current element in the collection.
| Eccezione | Condizione |
|---|---|
| System.InvalidOperationException | The enumerator is currently before the first or after the last Property in the PropertyCollection. |