共用方式為


CalculationProperty.CalculationType 屬性

Gets or sets the calculation type associated with a CalculationProperty object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property CalculationType As CalculationType 
    Get 
    Set
'用途
Dim instance As CalculationProperty 
Dim value As CalculationType 

value = instance.CalculationType

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

屬性值

型別:Microsoft.AnalysisServices.CalculationType
A calculation type.

請參閱

參考

CalculationProperty 類別

Microsoft.AnalysisServices 命名空間