PivotValueCell.ServerActions Property

Definition

Returns a collection of OLAP Action name objects which will represent OLAP-defined actions which can be executed. Read-only

public:
 property Microsoft::Office::Interop::Excel::Actions ^ ServerActions { Microsoft::Office::Interop::Excel::Actions ^ get(); };
public Microsoft.Office.Interop.Excel.Actions ServerActions { get; }
Public ReadOnly Property ServerActions As Actions

Property Value

Remarks

A server action is an optional feature that an OLAP cube administrator can define on a server that uses a cube member or measure as a parameter into a query to obtain details in the cube, or to start another application,

Applies to