Level 類別
Defines a level in a Hierarchy element. This class cannot be inherited.
繼承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices..::..Level
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<GuidAttribute("449F0533-E601-4c13-9841-4946FB641699")> _
Public NotInheritable Class Level _
Inherits NamedComponent _
Implements ICloneable
'用途
Dim instance As Level
[GuidAttribute("449F0533-E601-4c13-9841-4946FB641699")]
public sealed class Level : NamedComponent,
ICloneable
[GuidAttribute(L"449F0533-E601-4c13-9841-4946FB641699")]
public ref class Level sealed : public NamedComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("449F0533-E601-4c13-9841-4946FB641699")>]
type Level =
class
inherit NamedComponent
interface ICloneable
end
public final class Level extends NamedComponent implements ICloneable
Level 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
Level() () () () | Initializes a new instance of the Level class using default values. | |
Level(String) | Initializes a new instance of Level using a name. | |
Level(String, String) | Initializes a new instance of Level using a name and an identifier. |
上層
屬性
名稱 | 說明 | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (繼承自 ModelComponent。) | |
CanRaiseEvents | (繼承自 Component。) | |
Container | (繼承自 Component。) | |
Description | (繼承自 NamedComponent。) | |
DesignMode | (繼承自 Component。) | |
Events | (繼承自 Component。) | |
FriendlyName | (繼承自 NamedComponent。) | |
HideMemberIf | Gets or sets the value of a property which indicates whether and when a member in a Level should be hidden from client applications. | |
ID | (繼承自 NamedComponent。) | |
KeyForCollection | (繼承自 NamedComponent。) | |
Name | (繼承自 NamedComponent。) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (繼承自 ModelComponent。) | |
Parent | Gets the Hierarchy object that is the parent of the Level object. | |
ParentDatabase | Gets the Database object that is the parent of the Level object. | |
ParentDimension | Gets the Dimension object that is the parent of the Level object. | |
ParentServer | Gets the Server object that is the parent of the Level object. | |
Site | (繼承自 NamedComponent。) | |
SiteID | (繼承自 NamedComponent。) | |
SourceAttribute | Gets or sets the dimension attribute for a source attribute associated with a Level object. | |
SourceAttributeID | Gets or sets the source attribute identifier for a source attribute associated with a Level object. | |
Translations | Gets the collection of translations associated with a Level object. |
上層
方法
上層
明確 繼承 實作
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。