Initializes a new instance of CalculationProperty using a calculation reference and a type parameter.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
語法
'宣告
Public Sub New ( _
calculationReference As String, _
type As CalculationType _
)
public CalculationProperty (
string calculationReference,
CalculationType type
)
public:
CalculationProperty (
String^ calculationReference,
CalculationType type
)
public CalculationProperty (
String calculationReference,
CalculationType type
)
public function CalculationProperty (
calculationReference : String,
type : CalculationType
)
參數
- calculationReference
Points to the name of the calculation defined in the MDX script object.
- type
Specifies the type of MDX script calculation.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
CalculationProperty Class
CalculationProperty Members
Microsoft.AnalysisServices Namespace