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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。