共用方式為


Perspective.Calculations 屬性

Gets the calculations for the perspective.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Calculations As PerspectiveCalculationCollection 
    Get
'用途
Dim instance As Perspective 
Dim value As PerspectiveCalculationCollection 

value = instance.Calculations
[BrowsableAttribute(false)]
public PerspectiveCalculationCollection Calculations { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveCalculationCollection^ Calculations {
    PerspectiveCalculationCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Calculations : PerspectiveCalculationCollection
function get Calculations () : PerspectiveCalculationCollection

屬性值

型別:Microsoft.AnalysisServices.PerspectiveCalculationCollection
A PerspectiveCalculationCollection object.

請參閱

參考

Perspective 類別

Microsoft.AnalysisServices 命名空間