Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Gets the current CubeDef in the CubeCollection.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public ReadOnly Property Current As CubeDef
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdClient.CubeDef
The current CubeDef in the CubeCollection, if the Enumerator has not passed the end of the collection.
Excepciones
| Excepción | Condición |
|---|---|
| System.InvalidOperationException | The Enumerator is currently before the first or after the last cube in the CubeCollection. |