Compartir a través de


NamedSetCollection Clase

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public NotInheritable Class NamedSetCollection _
    Implements IDisposable, IEnumerable, ICollection
'Uso
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

Jerarquía de herencia

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..NamedSetCollection

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.