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.