次の方法で共有


PerspectiveCalculation.Type プロパティ

PerspectiveCalculation の種類を取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property Type As PerspectiveCalculationType 
    Get 
    Set
'使用
Dim instance As PerspectiveCalculation 
Dim value As PerspectiveCalculationType 

value = instance.Type

instance.Type = value
public PerspectiveCalculationType Type { get; set; }
public:
property PerspectiveCalculationType Type {
    PerspectiveCalculationType get ();
    void set (PerspectiveCalculationType value);
}
member Type : PerspectiveCalculationType with get, set
function get Type () : PerspectiveCalculationType 
function set Type (value : PerspectiveCalculationType)

プロパティ値

型: Microsoft.AnalysisServices.PerspectiveCalculationType
パースペクティブ計算の種類です。

関連項目

参照

PerspectiveCalculation クラス

Microsoft.AnalysisServices 名前空間