CubeCollection Clase
Contains a read-only, on-demand list of CubeDef objects contained by a AdomdConnection.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public NotInheritable Class CubeCollection _
Implements IDisposable, IEnumerable, ICollection
'Uso
Dim instance As CubeCollection
public sealed class CubeCollection : IDisposable,
IEnumerable, ICollection
public ref class CubeCollection sealed : IDisposable,
IEnumerable, ICollection
[<SealedAttribute>]
type CubeCollection =
class
interface IDisposable
interface IEnumerable
interface ICollection
end
public final class CubeCollection implements IDisposable, IEnumerable, ICollection
Jerarquía de herencia
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..CubeCollection
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también