Condividi tramite


Classe DimensionAttribute

Describes a dimension attribute. This class cannot be inherited.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Nel tipo DimensionAttribute sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DimensionAttribute() () () () Initializes a new instance of DimensionAttribute using the default values.
Metodo pubblico DimensionAttribute(String) Initializes a new instance of DimensionAttribute using a name.
Metodo pubblico DimensionAttribute(String, String) Initializes a new instance of DimensionAttribute using a name and an identifier.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo protetto AddToContainer Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterInsert Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterMove Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterRemove Infrastruttura. Ereditato da ModelComponent.
Metodo protetto BeforeRemove Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico Clone Creates a new full copy of the DimensionAttribute object.
Metodo pubblico CopyTo(DimensionAttribute)
Metodo protetto CopyTo(ModelComponent) Infrastruttura. Ereditato da ModelComponent.
Metodo protetto CopyTo(NamedComponent) Ereditato da NamedComponent.
Metodo pubblico CreateObjRef Ereditato da MarshalByRefObject.
Metodo pubblico Dispose() () () () Ereditato da Component.
Metodo protetto Dispose(Boolean) Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Component.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto GetService Ereditato da Component.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto MemberwiseClone() () () () Ereditato da Object.
Metodo protetto MemberwiseClone(Boolean) Ereditato da MarshalByRefObject.
Metodo protetto RemoveFromContainer Infrastruttura. Ereditato da ModelComponent.
Metodo protetto Reset Ereditato da NamedComponent.
Metodo pubblico Submit() () () () Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico Submit(Boolean) Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico ToString Ereditato da NamedComponent.
Metodo pubblico Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. Ereditato da ModelComponent.
Metodo pubblico 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. Ereditato da ModelComponent.
Metodo pubblico Validate(ValidationErrorCollection, Boolean, ServerEdition) Esegue l'override di NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.