Freigeben über


DimensionAttribute-Klasse

Describes a dimension attribute. This class cannot be inherited.

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices. . :: . .NamedComponent
          Microsoft.AnalysisServices..::..DimensionAttribute

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

Syntax

'Declaration
<GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")> _
Public NotInheritable Class DimensionAttribute _
    Inherits NamedComponent _
    Implements ICloneable
'Usage
Dim instance As DimensionAttribute
[GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")]
public sealed class DimensionAttribute : NamedComponent, 
    ICloneable
[GuidAttribute(L"DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")]
public ref class DimensionAttribute sealed : public NamedComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")>]
type DimensionAttribute =  
    class
        inherit NamedComponent
        interface ICloneable
    end
public final class DimensionAttribute extends NamedComponent implements ICloneable

Der DimensionAttribute-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DimensionAttribute() () () () Initializes a new instance of DimensionAttribute using the default values.
Öffentliche Methode DimensionAttribute(String) Initializes a new instance of DimensionAttribute using a name.
Öffentliche Methode DimensionAttribute(String, String) Initializes a new instance of DimensionAttribute using a name and an identifier.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AddToContainer Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode AfterInsert Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode AfterMove Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode AfterRemove Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode BeforeRemove Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode Clone Creates a new full copy of the DimensionAttribute object.
Öffentliche Methode CopyTo(DimensionAttribute)
Geschützte Methode CopyTo(ModelComponent) Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode CopyTo(NamedComponent) (Geerbt von NamedComponent.)
Öffentliche Methode CreateObjRef (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose() () () () (Geerbt von Component.)
Geschützte Methode Dispose(Boolean) (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Component.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService (Geerbt von MarshalByRefObject.)
Geschützte Methode GetService (Geerbt von Component.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService (Geerbt von MarshalByRefObject.)
Geschützte Methode MemberwiseClone() () () () (Geerbt von Object.)
Geschützte Methode MemberwiseClone(Boolean) (Geerbt von MarshalByRefObject.)
Geschützte Methode RemoveFromContainer Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode Reset (Geerbt von NamedComponent.)
Öffentliche Methode Submit() () () () Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode Submit(Boolean) Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode ToString (Geerbt von NamedComponent.)
Öffentliche Methode Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Geerbt von ModelComponent.)
Öffentliche Methode 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. (Geerbt von ModelComponent.)
Öffentliche Methode Validate(ValidationErrorCollection, Boolean, ServerEdition) (Überschreibt NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von Component.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.