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