नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Initializes a new instance of CalculationProperty using a calculation reference and a type parameter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
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
)
Parameters
- calculationReference
Points to the name of the calculation defined in the MDX script object.
- type
Specifies the type of MDX script calculation.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
CalculationProperty Class
CalculationProperty Members
Microsoft.AnalysisServices Namespace