Actions 속성
Gets the actions for the perspective.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
<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