Свойство 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.
См. также