Perspective.Calculations プロパティ

パースペクティブの計算を取得します。

名前空間:  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
PerspectiveCalculationCollection オブジェクトです。

関連項目

参照

Perspective クラス

Microsoft.AnalysisServices 名前空間