Classe CubeCollection
Contains a read-only, on-demand list of CubeDef objects contained by a AdomdConnection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
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
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..CubeCollection
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.