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 命名空间