Perspective.Actions プロパティ

パースペクティブのアクションを取得します。

名前空間:  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
PerspectiveActionCollection オブジェクトです。

関連項目

参照

Perspective クラス

Microsoft.AnalysisServices 名前空間