DimensionAttribute Members

Include Protected Members
Include Inherited Members

Describes a dimension attribute. This class cannot be inherited.

The DimensionAttribute type exposes the following members.

Constructors

  Name Description
Public method DimensionAttribute() Initializes a new instance of DimensionAttribute using the default values.
Public method DimensionAttribute(String) Initializes a new instance of DimensionAttribute using a name.
Public method DimensionAttribute(String, String) Initializes a new instance of DimensionAttribute using a name and an identifier.

Top

Methods

  Name Description
Protected method AddToContainer(IContainer) Infrastructure. (Inherited from ModelComponent.)
Protected method AfterInsert(Int32) Infrastructure. (Inherited from ModelComponent.)
Protected method AfterMove(Int32, Int32) Infrastructure. (Inherited from ModelComponent.)
Protected method AfterRemove(ModelComponentCollection) Infrastructure. (Inherited from ModelComponent.)
Protected method BeforeRemove(Boolean) Infrastructure. (Inherited from ModelComponent.)
Public method Clone() Creates a new full copy of the DimensionAttribute object.
Public method CopyTo(DimensionAttribute)
Protected method CopyTo(ModelComponent) Infrastructure. (Inherited from ModelComponent.)
Protected method CopyTo(NamedComponent) (Inherited from NamedComponent.)
Public method CreateObjRef(Type) (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from Component.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Component.)
Public method GetHashCode() (Inherited from Object.)
Public method GetLifetimeService() (Inherited from MarshalByRefObject.)
Protected method GetService(Type) (Inherited from Component.)
Public method GetType() (Inherited from Object.)
Public method InitializeLifetimeService() (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected method RemoveFromContainer(IContainer) Infrastructure. (Inherited from ModelComponent.)
Protected method Reset() (Inherited from NamedComponent.)
Public method Submit() Infrastructure. (Inherited from ModelComponent.)
Public method Submit(Boolean) Infrastructure. (Inherited from ModelComponent.)
Public method ToString() (Inherited from NamedComponent.)
Public method Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent.)
Public method Validate(ValidationErrorCollection, Boolean) Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Inherited from ModelComponent.)
Public method Validate(ValidationErrorCollection, Boolean, ServerEdition) (Overrides NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Top

Properties

  Name Description
Public property Annotations Gets a collection within which you can store custom data. (Inherited from ModelComponent.)
Public property AttributeHierarchyDisplayFolder Gets or sets the folder in which to display the associated attribute hierarchy.
Public property AttributeHierarchyEnabled Gets or sets whether an attribute hierarchy is enabled for the attribute.
Public property AttributeHierarchyOptimizedState Gets or sets the level of optimization applied to the attribute hierarchy.
Public property AttributeHierarchyOrdered Gets or sets whether the associated attribute hierarchy is ordered.
Public property AttributeHierarchyVisible Gets or sets whether the attribute hierarchy is visible to client applications.
Public property AttributeRelationships Gets the collection of AttributeRelationship objects for the attribute.
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Public property CustomRollupColumn Gets or sets the details of the column that provide a custom rollup formula.
Public property CustomRollupPropertiesColumn Gets or sets the details of a column that provide the properties of a custom rollup formula.
Public property DefaultMember Gets or sets a Multidimensional Expressions (MDX) expression that identifies the default member of DimensionAttribute.
Public property Description (Inherited from NamedComponent.)
Protected property DesignMode (Inherited from Component.)
Public property DiscretizationBucketCount Gets or sets the number of buckets into which to discretize attribute values.
Public property DiscretizationMethod Gets or sets the method to be used for discretization.
Public property EstimatedCount Gets or sets the estimated number of members for an attribute.
Protected property Events (Inherited from Component.)
Protected property FriendlyName (Inherited from NamedComponent.)
Public property GroupingBehavior
Public property ID (Inherited from NamedComponent.)
Public property InstanceSelection Gets or sets a hint to client applications to suggest how a list of items should be displayed, based on the expected number of items in the list.
Public property IsAggregatable Gets or sets whether the values of the DimensionAttribute object can be aggregated.
Public property KeyColumns Gets the collection of key column definitions for DimensionAttribute.
Protected property KeyForCollection (Inherited from NamedComponent.)
Public property KeyUniquenessGuarantee Gets or sets whether the relationship between the attribute key and its name, and the relationship to related attributes, is guaranteed to be valid.
Public property MemberNamesUnique Gets or sets whether member names under DimensionAttribute must be unique.
Public property MembersWithData Gets or sets whether to display data members for non-leaf members in the parent attribute.
Public property MembersWithDataCaption Gets or sets a template string that is used to create captions for system-generated data members.
Public property Name (Inherited from NamedComponent.)
Public property NameColumn Gets or sets the column that provides the name of the DimensionAttribute.
Public property NamingTemplate Gets or sets how levels are named in a parent-child hierarchy constructed from the DimensionAttribute object.
Public property NamingTemplateTranslations Gets a collection of localized translations for the NamingTemplate property.
Public property OrderBy Gets or sets how to order the members contained in the attribute.
Public property OrderByAttribute Gets or sets the attribute by which to order the members of the attribute hierarchy.
Public property OrderByAttributeID Gets or sets another attribute by which to order the members of the DimensionAttribute.
Public property OwningCollection Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent.)
Public property Parent
Public property ParentDatabase Gets the parent database of the attribute.
Public property ParentServer Gets the parent Server of the attribute.
Public property RootMemberIf Gets or sets how the root member or members of a parent attribute are identified.
Public property Site (Inherited from NamedComponent.)
Public property SiteID (Inherited from NamedComponent.)
Public property SkippedLevelsColumn Gets or sets the details of a column that stores the number of skipped (empty) levels between each member and its parent.
Public property Source
Public property Translations Gets the collection of Translation objects associated with DimensionAttribute.
Public property Type
Public property UnaryOperatorColumn Gets or sets the details of a column providing a unary operator.
Public property Usage Gets or sets how an attribute is used.
Public property ValueColumn Gets or sets the column that provides the value of DimensionAttribute.

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone()
Explicit interface implemetationPrivate method IFormattable.ToString(String, IFormatProvider) (Inherited from NamedComponent.)
Explicit interface implemetationPrivate property IHostableComponent.Host (Inherited from ModelComponent.)
Explicit interface implemetationPrivate property IModelComponent.FriendlyPath (Inherited from ModelComponent.)
Explicit interface implemetationPrivate property IModelComponent.OwningCollection (Inherited from ModelComponent.)

Top