Propriedade do RDL CubeCollection.Enumerator.Current
Gets the current CubeDef in the CubeCollection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.AnalysisServices.AdomdServer.CubeDef
Exceções
Exceção | Condição |
---|---|
[InvalidOperationException] | The Enumerator is currently before the first or after the last cube in the CubeCollection. For more information about this exception, see InvalidOperationException Class. |