Classe CubeCollection
Contains a read-only, on-demand list of CubeDef objects contained by a AdomdConnection.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (dans msmgdsrv.dll)
Syntaxe
'Déclaration
Public NotInheritable Class CubeCollection _
Implements IDisposable, IEnumerable, ICollection
'Utilisation
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
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..CubeCollection
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.