AggregationInstanceMeasure Class

Represents information about a measure used by an Aggregation instance.

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

Syntax

'Declaration
<GuidAttribute("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")> _
Public Class AggregationInstanceMeasure _
    Inherits ModelComponent _
    Implements ICloneable
'Usage
Dim instance As AggregationInstanceMeasure
[GuidAttribute("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")]
public class AggregationInstanceMeasure : ModelComponent, 
    ICloneable
[GuidAttribute(L"3BC1F152-081A-42D4-9154-96B8F1E2E9C9")]
public ref class AggregationInstanceMeasure : public ModelComponent, 
    ICloneable
[<GuidAttribute("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")>]
type AggregationInstanceMeasure =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public class AggregationInstanceMeasure extends ModelComponent implements ICloneable

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.AggregationInstanceMeasure

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.