Proprietà CubeCollection.Enumerator.Current
Gets the current CubeDef in the CubeCollection.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Current As CubeDef
Get
'Utilizzo
Dim instance As CubeCollection.Enumerator
Dim value As CubeDef
value = instance.Current
public CubeDef Current { get; }
public:
property CubeDef^ Current {
CubeDef^ get ();
}
member Current : CubeDef
function get Current () : CubeDef
Valore proprietà
Tipo: Microsoft.AnalysisServices.AdomdClient.CubeDef
The current CubeDef in the CubeCollection, if the Enumerator has not passed the end of the collection.
Eccezioni
Eccezione | Condizione |
---|---|
System.InvalidOperationException | The Enumerator is currently before the first or after the last cube in the CubeCollection. |