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.
公共属性 AttributeHierarchyVisible Gets or sets whether the attribute hierarchy is visible to client applications.
公共属性 AttributeRelationships Gets the collection of AttributeRelationship objects for the attribute.
受保护属性 CanRaiseEvents (从 Component 继承。)
公共属性 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 a Multidimensional Expressions (MDX) expression that identifies the default member of DimensionAttribute.
公共属性 Description (从 NamedComponent 继承。)
受保护属性 DesignMode (从 Component 继承。)
公共属性 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.
受保护属性 Events (从 Component 继承。)
受保护属性 FriendlyName (从 NamedComponent 继承。)
公共属性 GroupingBehavior
公共属性 ID (从 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 (从 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 (从 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
公共属性 ParentDatabase Gets the parent database of the attribute.
公共属性 ParentServer Gets the parent Server of the attribute.
公共属性 ProcessingState
公共属性 RootMemberIf Gets or sets how the root member or members of a parent attribute are identified.
公共属性 Site (从 NamedComponent 继承。)
公共属性 SiteID (从 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
公共属性 Translations Gets the collection of Translation objects associated with DimensionAttribute.
公共属性 Type
公共属性 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.

页首

方法

  名称 说明
受保护方法 AddToContainer 基础结构。 (从 ModelComponent 继承。)
受保护方法 AfterInsert 基础结构。 (从 ModelComponent 继承。)
受保护方法 AfterMove 基础结构。 (从 ModelComponent 继承。)
受保护方法 AfterRemove 基础结构。 (从 ModelComponent 继承。)
受保护方法 BeforeRemove 基础结构。 (从 ModelComponent 继承。)
公共方法 Clone Creates a new full copy of the DimensionAttribute object.
公共方法 CopyTo(DimensionAttribute)
受保护方法 CopyTo(ModelComponent) 基础结构。 (从 ModelComponent 继承。)
受保护方法 CopyTo(NamedComponent) (从 NamedComponent 继承。)
公共方法 CreateObjRef (从 MarshalByRefObject 继承。)
公共方法 Dispose() () () () (从 Component 继承。)
受保护方法 Dispose(Boolean) (从 Component 继承。)
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Component 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetLifetimeService (从 MarshalByRefObject 继承。)
受保护方法 GetService (从 Component 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 InitializeLifetimeService (从 MarshalByRefObject 继承。)
受保护方法 MemberwiseClone() () () () (从 Object 继承。)
受保护方法 MemberwiseClone(Boolean) (从 MarshalByRefObject 继承。)
受保护方法 RemoveFromContainer 基础结构。 (从 ModelComponent 继承。)
受保护方法 Reset (从 NamedComponent 继承。)
公共方法 Submit() () () () 基础结构。 (从 ModelComponent 继承。)
公共方法 Submit(Boolean) 基础结构。 (从 ModelComponent 继承。)
公共方法 ToString (从 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) (覆盖 NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition)。)

页首

事件

  名称 说明
公共事件 Disposed (从 Component 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。