CubeAttribute 类
Defines details for an attribute on a cube. Attributes in the dimension not explicitly included in this collection become part of the collection (and are returned by Discover) with all default values. This class cannot be inherited.
继承层次结构
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..CubeAttribute
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")> _
Public NotInheritable Class CubeAttribute _
Inherits ModelComponent _
Implements ICloneable
用法
Dim instance As CubeAttribute
[GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")]
public sealed class CubeAttribute : ModelComponent,
ICloneable
[GuidAttribute(L"B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")]
public ref class CubeAttribute sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")>]
type CubeAttribute =
class
inherit ModelComponent
interface ICloneable
end
public final class CubeAttribute extends ModelComponent implements ICloneable
CubeAttribute 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
CubeAttribute() () () () | Initializes a new instance of the CubeAttribute class using default values. | |
CubeAttribute(String) | Initializes a new instance of CubeAttribute using an identifier. |
页首
属性
名称 | 说明 | |
---|---|---|
AggregationUsage | Gets or sets how Aggregation Designer will design aggregations. | |
Annotations | Gets a collection within which you can store custom data. (从 ModelComponent 继承。) | |
Attribute | Gets a dimension attribute from the CubeAttribute object. | |
AttributeHierarchyEnabled | Gets or sets the attribute hierarchy enabled property associated with a CubeAttribute object. | |
AttributeHierarchyOptimizedState | Gets or sets the optimization state for a CubeAttribute object. | |
AttributeHierarchyVisible | Gets or sets the property controlling visibility of an attribute hierarchy associated with a CubeAttribute object. | |
AttributeID | Gets or sets the attribute identifier for a CubeAttribute object. | |
CanRaiseEvents | (从 Component 继承。) | |
Container | (从 Component 继承。) | |
DesignMode | (从 Component 继承。) | |
Events | (从 Component 继承。) | |
FriendlyName | 基础结构。 (从 ModelComponent 继承。) | |
KeyForCollection | 基础结构。 (从 ModelComponent 继承。) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (从 ModelComponent 继承。) | |
Parent | Gets the parent of the CubeAttribute object. | |
ParentCube | Gets a parent Cube of the CubeAttribute object. | |
ParentDatabase | Gets a parent Database of the CubeAttribute object. | |
ParentServer | Gets a parent Server of the CubeAttribute object. | |
Site | (从 Component 继承。) |
页首
方法
页首
显式接口实现
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。