
| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class AttributesDimBuilder Inherits GrapeCity.ActiveAnalysis.Schema.DimensionBuilder(Of AttributeBuilder) | |
| C# | |
|---|---|
public sealed class AttributesDimBuilder : GrapeCity.ActiveAnalysis.Schema.DimensionBuilder<AttributeBuilder> | |
This class represents a dimension-like object whose value is a mutable collection of AttributeBuilder or HierarchyBuilder.
Most of the methods that modify an instance of this class return a reference to that same instance. Since a reference to the instance is returned, you can call a method or property on the reference. This can be convenient if you want to write a single statement that chains successive operations one after another.
System.Object
GrapeCity.ActiveAnalysis.Schema.SchemaItemBuilder
GrapeCity.ActiveAnalysis.Schema.DimensionBuilder
GrapeCity.ActiveAnalysis.Schema.DimensionBuilder<T>
GrapeCity.ActiveAnalysis.Schema.AttributesDimBuilder
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2