共用方式為


DimensionAttribute 類別

Describes a dimension attribute. This class cannot be inherited.

命名空間:  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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。