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에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스