Konstruktor CalculationProperty (String, CalculationType)
Inicjuje nowe wystąpienie CalculationProperty przy użyciu odwołania obliczeń i parametru typu.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub New ( _
calculationReference As String, _
type As CalculationType _
)
'Użycie
Dim calculationReference As String
Dim type As CalculationType
Dim instance As New CalculationProperty(calculationReference, _
type)
public CalculationProperty(
string calculationReference,
CalculationType type
)
public:
CalculationProperty(
String^ calculationReference,
CalculationType type
)
new :
calculationReference:string *
type:CalculationType -> CalculationProperty
public function CalculationProperty(
calculationReference : String,
type : CalculationType
)
Parametry
- calculationReference
Typ: System.String
Wskazuje nazwę obliczenia zdefiniowane w obiekcie skryptu MDX.
- type
Typ: Microsoft.AnalysisServices.CalculationType
Określa typ obliczeń skryptu MDX.
Zobacz także