Perspective.Actions 属性
Gets the actions for the perspective.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Actions As PerspectiveActionCollection
Get
用法
Dim instance As Perspective
Dim value As PerspectiveActionCollection
value = instance.Actions
[BrowsableAttribute(false)]
public PerspectiveActionCollection Actions { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveActionCollection^ Actions {
PerspectiveActionCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Actions : PerspectiveActionCollection
function get Actions () : PerspectiveActionCollection
属性值
类型:Microsoft.AnalysisServices.PerspectiveActionCollection
A PerspectiveActionCollection object.