CubeDimension 類別
Represents the relationship between a dimension and a cube. This class cannot be inherited.
繼承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices..::..CubeDimension
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<GuidAttribute("D245D11D-C3DD-4d75-9AF0-C90DB5094BCB")> _
Public NotInheritable Class CubeDimension _
Inherits NamedComponent _
Implements ICloneable
'用途
Dim instance As CubeDimension
[GuidAttribute("D245D11D-C3DD-4d75-9AF0-C90DB5094BCB")]
public sealed class CubeDimension : NamedComponent,
ICloneable
[GuidAttribute(L"D245D11D-C3DD-4d75-9AF0-C90DB5094BCB")]
public ref class CubeDimension sealed : public NamedComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("D245D11D-C3DD-4d75-9AF0-C90DB5094BCB")>]
type CubeDimension =
class
inherit NamedComponent
interface ICloneable
end
public final class CubeDimension extends NamedComponent implements ICloneable
CubeDimension 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
![]() |
CubeDimension() () () () | Initializes a new instance of the CubeDimension class using default values. |
![]() |
CubeDimension(String) | Initializes a new instance of CubeDimension using an identifier. |
![]() |
CubeDimension(String, String, String) | Initializes a new instance of CubeDimension using a name a dimension identifier and CubeDimension identifier. |
上層
屬性
名稱 | 說明 | |
---|---|---|
![]() |
AllMemberAggregationUsage | Gets or sets controls for how Aggregation Designer in Microsoft SQL Server 2005 Analysis Services (SSAS) designs aggregations. |
![]() |
Annotations | Gets a collection within which you can store custom data. (繼承自 ModelComponent。) |
![]() |
Attributes | Gets the collection of attributes associated with a CubeDimension object. |
![]() |
CanRaiseEvents | (繼承自 Component。) |
![]() |
Container | (繼承自 Component。) |
![]() |
Description | (繼承自 NamedComponent。) |
![]() |
DesignMode | (繼承自 Component。) |
![]() |
Dimension | Gets the Dimension associated with the CubeDimension object. |
![]() |
DimensionID | Gets or sets the dimension identifier associated with the CubeDimension object. |
![]() |
Events | (繼承自 Component。) |
![]() |
FriendlyName | (繼承自 NamedComponent。) |
![]() |
Hierarchies | Gets the hierarchies associated with a CubeDimension object. |
![]() |
HierarchyUniqueNameStyle | Gets or sets how unique names are generated for hierarchies that are contained within the CubeDimension. |
![]() |
ID | (繼承自 NamedComponent。) |
![]() |
KeyForCollection | (繼承自 NamedComponent。) |
![]() |
MemberUniqueNameStyle | Gets or sets how unique names are generated for members of hierarchies contained within the CubeDimension. |
![]() |
Name | (繼承自 NamedComponent。) |
![]() |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (繼承自 ModelComponent。) |
![]() |
Parent | Gets the parent Cube of the CubeDimension object. |
![]() |
ParentDatabase | Gets the parent Database of the CubeDimension object. |
![]() |
ParentServer | Gets the parent Server of the CubeDimension object. |
![]() |
Site | (繼承自 NamedComponent。) |
![]() |
SiteID | (繼承自 NamedComponent。) |
![]() |
Translations | Gets the translations collection associated with a CubeDimension object. |
![]() |
Visible | Gets or sets the visibility property for a CubeDimension object. |
上層
方法
上層
明確 繼承 實作
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。