AggregationInstanceMeasureCollection Class
Contains a collection of AggregationInstanceMeasure objects. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("7A5BED13-C9C9-4049-B78C-2919538B7449")> _
Public NotInheritable Class AggregationInstanceMeasureCollection _
Inherits ModelComponentCollection
'Usage
Dim instance As AggregationInstanceMeasureCollection
[GuidAttribute("7A5BED13-C9C9-4049-B78C-2919538B7449")]
public sealed class AggregationInstanceMeasureCollection : ModelComponentCollection
[GuidAttribute(L"7A5BED13-C9C9-4049-B78C-2919538B7449")]
public ref class AggregationInstanceMeasureCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("7A5BED13-C9C9-4049-B78C-2919538B7449")>]
type AggregationInstanceMeasureCollection =
class
inherit ModelComponentCollection
end
public final class AggregationInstanceMeasureCollection extends ModelComponentCollection
Remarks
New: 17 July 2006
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.ModelComponentCollection
Microsoft.AnalysisServices.AggregationInstanceMeasureCollection
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.
See Also