AggregationInstanceDimensionCollection Class
Contains a collection of AggregationInstanceDimension objects. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("BB67D036-645E-4366-BCD2-2A3F2A97A63B")> _
Public NotInheritable Class AggregationInstanceDimensionCollection _
Inherits ModelComponentCollection
'Usage
Dim instance As AggregationInstanceDimensionCollection
[GuidAttribute("BB67D036-645E-4366-BCD2-2A3F2A97A63B")]
public sealed class AggregationInstanceDimensionCollection : ModelComponentCollection
[GuidAttribute(L"BB67D036-645E-4366-BCD2-2A3F2A97A63B")]
public ref class AggregationInstanceDimensionCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("BB67D036-645E-4366-BCD2-2A3F2A97A63B")>]
type AggregationInstanceDimensionCollection =
class
inherit ModelComponentCollection
end
public final class AggregationInstanceDimensionCollection extends ModelComponentCollection
Remarks
New: 17 July 2006
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.ModelComponentCollection
Microsoft.AnalysisServices.AggregationInstanceDimensionCollection
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.