PerspectiveAction 类
Represents information about an action in a Perspective element. This class cannot be inherited.
继承层次结构
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..PerspectiveAction
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<GuidAttribute("8B2BD297-1605-4953-956C-02D342C73731")> _
Public NotInheritable Class PerspectiveAction _
Inherits ModelComponent _
Implements ICloneable
用法
Dim instance As PerspectiveAction
[GuidAttribute("8B2BD297-1605-4953-956C-02D342C73731")]
public sealed class PerspectiveAction : ModelComponent,
ICloneable
[GuidAttribute(L"8B2BD297-1605-4953-956C-02D342C73731")]
public ref class PerspectiveAction sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("8B2BD297-1605-4953-956C-02D342C73731")>]
type PerspectiveAction =
class
inherit ModelComponent
interface ICloneable
end
public final class PerspectiveAction extends ModelComponent implements ICloneable
PerspectiveAction 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
PerspectiveAction() () () () | Initializes a new instance of the PerspectiveAction class using default values. | |
PerspectiveAction(String) | Initializes a new instance of PerspectiveAction by using an action identifier. |
页首
属性
名称 | 说明 | |
---|---|---|
Action | Gets the Action associated with a PerspectiveAction object. | |
ActionID | Gets or sets the Action identifier associated with a PerspectiveAction object. | |
Annotations | Gets a collection within which you can store custom data. (从 ModelComponent 继承。) | |
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 Perspective of a PerspectiveAction object. | |
ParentCube | Gets the parent Cube of a PerspectiveAction object. | |
ParentDatabase | Gets the parent Database of a PerspectiveAction object. | |
ParentServer | Gets the parent Server of a PerspectiveAction object. | |
Site | (从 Component 继承。) |
页首
方法
页首
显式接口实现
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。