Classe DimensionAttribute

Describes a dimension attribute. This class cannot be inherited.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")> _
Public NotInheritable Class DimensionAttribute _
    Inherits NamedComponent _
    Implements ICloneable
'Utilisation
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

Le type DimensionAttribute expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DimensionAttribute() Initializes a new instance of DimensionAttribute using the default values.
Méthode publique DimensionAttribute(String) Initializes a new instance of DimensionAttribute using a name.
Méthode publique DimensionAttribute(String, String) Initializes a new instance of DimensionAttribute using a name and an identifier.

Haut de la page

Propriétés

  Nom Description
Propriété publique Annotations Gets a collection within which you can store custom data. (hérité de ModelComponent.)
Propriété publique AttributeHierarchyDisplayFolder Gets or sets the folder in which to display the associated attribute hierarchy.
Propriété publique AttributeHierarchyEnabled Gets or sets whether an attribute hierarchy is enabled for the attribute.
Propriété publique AttributeHierarchyOptimizedState Gets or sets the level of optimization applied to the attribute hierarchy.
Propriété publique AttributeHierarchyOrdered Gets or sets whether the associated attribute hierarchy is ordered.
Propriété publique AttributeHierarchyProcessingState Gets or sets the processing state for the attribute.
Propriété publique AttributeHierarchyVisible Gets or sets whether the attribute hierarchy is visible to client applications.
Propriété publique AttributeRelationships Gets the collection of AttributeRelationship objects for the attribute.
Propriété publique Container (hérité de Component.)
Propriété publique CustomRollupColumn Gets or sets the details of the column that provide a custom rollup formula.
Propriété publique CustomRollupPropertiesColumn Gets or sets the details of a column that provide the properties of a custom rollup formula.
Propriété publique DefaultMember Gets or sets an MDX (Multidimensional Expressions) expression that identifies the default member of DimensionAttribute.
Propriété publique Description Gets or sets the description of the component. (hérité de NamedComponent.)
Propriété publique DiscretizationBucketCount Gets or sets the number of buckets into which to discretize attribute values.
Propriété publique DiscretizationMethod Gets or sets the method to be used for discretization.
Propriété publique EstimatedCount Gets or sets the estimated number of members for an attribute.
Propriété publique ExtendedType
Propriété publique FormatString Gets or sets the format item in a specified string.
Propriété protégée FriendlyName Returns a user-friendly name. (hérité de NamedComponent.)
Propriété publique GroupingBehavior Gets or sets the grouping behavior for the DimensionAttribute.
Propriété publique ID Gets or sets the identifier of the component. (hérité de NamedComponent.)
Propriété publique 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.
Propriété publique IsAggregatable Gets or sets whether the values of the DimensionAttribute object can be aggregated.
Propriété publique KeyColumns Gets the collection of key column definitions for DimensionAttribute.
Propriété protégée KeyForCollection Returns the key used in collections. (hérité de NamedComponent.)
Propriété publique 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.
Propriété publique MemberNamesUnique Gets or sets whether member names under DimensionAttribute must be unique.
Propriété publique MembersWithData Gets or sets whether to display data members for non-leaf members in the parent attribute.
Propriété publique MembersWithDataCaption Gets or sets a template string that is used to create captions for system-generated data members.
Propriété publique Name Gets or sets the name of the component. (hérité de NamedComponent.)
Propriété publique NameColumn Gets or sets the column that provides the name of the DimensionAttribute.
Propriété publique NamingTemplate Gets or sets how levels are named in a parent-child hierarchy constructed from the DimensionAttribute object.
Propriété publique NamingTemplateTranslations Gets a collection of localized translations for the NamingTemplate property.
Propriété publique OrderBy Gets or sets how to order the members contained in the attribute.
Propriété publique OrderByAttribute Gets or sets the attribute by which to order the members of the attribute hierarchy.
Propriété publique OrderByAttributeID Gets or sets another attribute by which to order the members of the DimensionAttribute.
Propriété publique OwningCollection Gets or sets the collection that contains the ModelComponent. (hérité de ModelComponent.)
Propriété publique Parent Gets the parent Dimension of the DimensionAttribute.
Propriété publique ParentDatabase Gets the parent database of the attribute.
Propriété publique ParentServer Gets the parent Server of the attribute.
Propriété publique ProcessingState Gets or sets the processing state of the attribute.
Propriété publique RootMemberIf Gets or sets how the root member or members of a parent attribute are identified.
Propriété publique Site Infrastructure. Gets or sets the site of the component. (hérité de NamedComponent.)
Propriété publique SiteID Infrastructure. Gets or sets the identifier for the site associated with the component. (hérité de NamedComponent.)
Propriété publique SkippedLevelsColumn Gets or sets the details of a column that stores the number of skipped (empty) levels between each member and its parent.
Propriété publique Source Gets or sets the source of the attribute.
Propriété publique Translations Gets the collection of Translation objects associated with DimensionAttribute.
Propriété publique Type Gets or sets the type of the attribute.
Propriété publique UnaryOperatorColumn Gets or sets the details of a column providing a unary operator.
Propriété publique Usage Gets or sets how an attribute is used.
Propriété publique ValueColumn Gets or sets the column that provides the value of DimensionAttribute.
Propriété publique VisualizationProperties Gets or sets the visualization properties.

Haut de la page

Méthodes

  Nom Description
Méthode protégée AddToContainer Infrastructure. Adds a ModelComponent object to the specified container. (hérité de ModelComponent.)
Méthode protégée AfterInsert Infrastructure. Displays a ModelComponent object after added to the specified index. (hérité de ModelComponent.)
Méthode protégée AfterMove Infrastructure. Displays a ModelComponent object after moving to the specified index. (hérité de ModelComponent.)
Méthode protégée AfterRemove Infrastructure. Displays a ModelComponentCollection after a ModelComponent object is removed. (hérité de ModelComponent.)
Méthode protégée BeforeRemove Infrastructure. Removes the ModelComponent object before the cleanup. (hérité de ModelComponent.)
Méthode publique Clone Creates a new full copy of the DimensionAttribute object.
Méthode publique CopyTo Copies the content of this object to another object.
Méthode publique CreateObjRef Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique Dispose (hérité de Component.)
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetLifetimeService Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique GetType (hérité de Object.)
Méthode publique InitializeLifetimeService Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode protégée RemoveFromContainer Infrastructure. Removes a ModelComponent object from the specified container. (hérité de ModelComponent.)
Méthode publique Submit() Infrastructure. Submits a ModelComponent object. (hérité de ModelComponent.)
Méthode publique Submit(Boolean) Infrastructure. Submits a ModelComponent object. (hérité de ModelComponent.)
Méthode publique ToString Returns a string containing the name of the component. (hérité de NamedComponent.)
Méthode publique Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (hérité de ModelComponent.)
Méthode publique 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. (hérité de ModelComponent.)
Méthode publique Validate(ValidationErrorCollection, Boolean, ServerEdition) Determines whether the DimensionAttribute is valid. (remplace NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Haut de la page

Événements

  Nom Description
Événement public Disposed (hérité de Component.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable.Clone Creates a new copy of this object instance.
Implémentation d'interface expliciteMéthode privée IFormattable.ToString Formats the value of the current instance using the specified format. (hérité de NamedComponent.)
Implémentation d'interface explicitePropriété privée IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (hérité de ModelComponent.)
Implémentation d'interface explicitePropriété privée IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (hérité de ModelComponent.)
Implémentation d'interface explicitePropriété privée IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (hérité de ModelComponent.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices