Поделиться через


Класс DimensionAttribute

Describes a dimension attribute. This class cannot be inherited.

Иерархия наследования

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<GuidAttribute("DFCB3BDD-51BE-416d-9E6C-3655EBB2845D")> _
Public NotInheritable Class DimensionAttribute _
    Inherits NamedComponent _
    Implements ICloneable
'Применение
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

Тип DimensionAttribute обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DimensionAttribute() Initializes a new instance of DimensionAttribute using the default values.
Открытый метод DimensionAttribute(String) Initializes a new instance of DimensionAttribute using a name.
Открытый метод DimensionAttribute(String, String) Initializes a new instance of DimensionAttribute using a name and an identifier.

В начало

Свойства

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

В начало

Методы

  Имя Описание
Защищенный метод AddToContainer Инфраструктура. Adds a ModelComponent object to the specified container. (Производный от ModelComponent.)
Защищенный метод AfterInsert Инфраструктура. Displays a ModelComponent object after added to the specified index. (Производный от ModelComponent.)
Защищенный метод AfterMove Инфраструктура. Displays a ModelComponent object after moving to the specified index. (Производный от ModelComponent.)
Защищенный метод AfterRemove Инфраструктура. Displays a ModelComponentCollection after a ModelComponent object is removed. (Производный от ModelComponent.)
Защищенный метод BeforeRemove Инфраструктура. Removes the ModelComponent object before the cleanup. (Производный от ModelComponent.)
Открытый метод Clone Creates a new full copy of the DimensionAttribute object.
Открытый метод CopyTo Copies the content of this object to another object.
Открытый метод CreateObjRef Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод Dispose (Производный от Component.)
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Защищенный метод RemoveFromContainer Инфраструктура. Removes a ModelComponent object from the specified container. (Производный от ModelComponent.)
Открытый метод Submit() Инфраструктура. Submits a ModelComponent object. (Производный от ModelComponent.)
Открытый метод Submit(Boolean) Инфраструктура. Submits a ModelComponent object. (Производный от ModelComponent.)
Открытый метод ToString Returns a string containing the name of the component. (Производный от NamedComponent.)
Открытый метод Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Производный от ModelComponent.)
Открытый метод 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. (Производный от ModelComponent.)
Открытый метод Validate(ValidationErrorCollection, Boolean, ServerEdition) Determines whether the DimensionAttribute is valid. (Переопределяет NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).)

В начало

События

  Имя Описание
Открытое событие Disposed (Производный от Component.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable.Clone Creates a new copy of this object instance.
Явная реализация интерфейсаЗакрытый метод IFormattable.ToString Formats the value of the current instance using the specified format. (Производный от NamedComponent.)
Явная реализация интерфейсаЗакрытое свойство IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (Производный от ModelComponent.)
Явная реализация интерфейсаЗакрытое свойство IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (Производный от ModelComponent.)
Явная реализация интерфейсаЗакрытое свойство IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (Производный от ModelComponent.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices