NamedSetCollection Class

Gets a read-only, on-demand collection of NamedSet objects contained by a CubeDef.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public NotInheritable Class NamedSetCollection _
    Implements IDisposable, IEnumerable, ICollection
'Usage
Dim instance As NamedSetCollection
public sealed class NamedSetCollection : IDisposable, 
    IEnumerable, ICollection
public ref class NamedSetCollection sealed : IDisposable, 
    IEnumerable, ICollection
[<SealedAttribute>]
type NamedSetCollection =  
    class
        interface IDisposable
        interface IEnumerable
        interface ICollection
    end
public final class NamedSetCollection implements IDisposable, IEnumerable, ICollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdServer.NamedSetCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.