Classe MeasureCollection

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

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

Sintaxe

'Declaração
Public NotInheritable Class MeasureCollection _
    Implements IDisposable, IEnumerable, ICollection
'Uso
Dim instance As MeasureCollection
public sealed class MeasureCollection : IDisposable, 
    IEnumerable, ICollection
public ref class MeasureCollection sealed : IDisposable, 
    IEnumerable, ICollection
[<SealedAttribute>]
type MeasureCollection =  
    class
        interface IDisposable
        interface IEnumerable
        interface ICollection
    end
public final class MeasureCollection implements IDisposable, IEnumerable, ICollection

Hierarquia de herança

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MeasureCollection

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.