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 AttributeHierarchyProcessingState Gets or sets the processing state for the attribute.
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à 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 an MDX (Multidimensional Expressions) expression that identifies the default member of DimensionAttribute.
Proprietà pubblica Description Gets or sets the description of the component. Ereditato da NamedComponent.
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à pubblica ExtendedType
Proprietà pubblica FormatString Gets or sets the format item in a specified string.
Proprietà protetta FriendlyName Returns a user-friendly name. Ereditato da NamedComponent.
Proprietà pubblica GroupingBehavior Gets or sets the grouping behavior for the DimensionAttribute.
Proprietà pubblica ID Gets or sets the identifier of the component. 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 Returns the key used in collections. 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 Gets or sets the name of the component. 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 Gets the parent Dimension of the DimensionAttribute.
Proprietà pubblica ParentDatabase Gets the parent database of the attribute.
Proprietà pubblica ParentServer Gets the parent Server of the attribute.
Proprietà pubblica ProcessingState Gets or sets the processing state of the attribute.
Proprietà pubblica RootMemberIf Gets or sets how the root member or members of a parent attribute are identified.
Proprietà pubblica Site Infrastruttura. Gets or sets the site of the component. Ereditato da NamedComponent.
Proprietà pubblica SiteID Infrastruttura. Gets or sets the identifier for the site associated with the component. 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 Gets or sets the source of the attribute.
Proprietà pubblica Translations Gets the collection of Translation objects associated with DimensionAttribute.
Proprietà pubblica Type Gets or sets the type of the attribute.
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.
Proprietà pubblica VisualizationProperties Gets or sets the visualization properties.

In alto

Metodi

  Nome Descrizione
Metodo protetto AddToContainer Infrastruttura. Adds a ModelComponent object to the specified container. Ereditato da ModelComponent.
Metodo protetto AfterInsert Infrastruttura. Displays a ModelComponent object after added to the specified index. Ereditato da ModelComponent.
Metodo protetto AfterMove Infrastruttura. Displays a ModelComponent object after moving to the specified index. Ereditato da ModelComponent.
Metodo protetto AfterRemove Infrastruttura. Displays a ModelComponentCollection after a ModelComponent object is removed. Ereditato da ModelComponent.
Metodo protetto BeforeRemove Infrastruttura. Removes the ModelComponent object before the cleanup. Ereditato da ModelComponent.
Metodo pubblico Clone Creates a new full copy of the DimensionAttribute object.
Metodo pubblico CopyTo Copies the content of this object to another object.
Metodo pubblico CreateObjRef Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico Dispose Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo protetto RemoveFromContainer Infrastruttura. Removes a ModelComponent object from the specified container. Ereditato da ModelComponent.
Metodo pubblico Submit() Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent.
Metodo pubblico Submit(Boolean) Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent.
Metodo pubblico ToString Returns a string containing the name of the component. 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) Determines whether the DimensionAttribute is valid. Esegue l'override di NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICloneable.Clone Creates a new copy of this object instance.
Implementazione esplicita dell'interfacciaMetodo privato IFormattable.ToString Formats the value of the current instance using the specified format. Ereditato da NamedComponent.
Implementazione esplicita dell'interfacciaProprietà privata IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent.OwningCollection Gets or sets the collection that owns the current object. Ereditato da ModelComponent.

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices