Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of CalculationProperty using a calculation reference parameter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
calculationReference As String _
)
'Usage
Dim calculationReference As String
Dim instance As New CalculationProperty(calculationReference)
public CalculationProperty(
string calculationReference
)
public:
CalculationProperty(
String^ calculationReference
)
new :
calculationReference:string -> CalculationProperty
public function CalculationProperty(
calculationReference : String
)
Parameters
- calculationReference
Type: System.String
Points to the name of the calculation defined in the MDX script object.