PerspectiveCalculation.Type 属性

Gets or sets the type of 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
A perspective calculation type.

请参阅

参考

PerspectiveCalculation 类

Microsoft.AnalysisServices 命名空间