共用方式為


CalculationProperty 建構函式

定義

多載

CalculationProperty()

使用預設值,初始化 CalculationProperty 類別的新執行個體。

CalculationProperty(String)

使用指定的計算參考,初始化 CalculationProperty 的新執行個體。

CalculationProperty(String, CalculationType)

使用指定的計算參考和類型,初始化 CalculationProperty 的新執行個體。

CalculationProperty()

使用預設值,初始化 CalculationProperty 類別的新執行個體。

public CalculationProperty ();
Public Sub New ()

適用於

CalculationProperty(String)

使用指定的計算參考,初始化 CalculationProperty 的新執行個體。

public CalculationProperty (string calculationReference);
new Microsoft.AnalysisServices.CalculationProperty : string -> Microsoft.AnalysisServices.CalculationProperty
Public Sub New (calculationReference As String)

參數

calculationReference
String

指向 MDX 指令碼物件中定義的計算名稱。

適用於

CalculationProperty(String, CalculationType)

使用指定的計算參考和類型,初始化 CalculationProperty 的新執行個體。

public CalculationProperty (string calculationReference, Microsoft.AnalysisServices.CalculationType type);
new Microsoft.AnalysisServices.CalculationProperty : string * Microsoft.AnalysisServices.CalculationType -> Microsoft.AnalysisServices.CalculationProperty
Public Sub New (calculationReference As String, type As CalculationType)

參數

calculationReference
String

指向 MDX 指令碼物件中定義的計算名稱。

type
CalculationType

指定 MDX 指令碼計算的類型。

適用於