Costruttore PerspectiveCalculation (String)
Initializes a new instance of PerspectiveCalculation using a name.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
name As String _
)
'Utilizzo
Dim name As String
Dim instance As New PerspectiveCalculation(name)
public PerspectiveCalculation(
string name
)
public:
PerspectiveCalculation(
String^ name
)
new :
name:string -> PerspectiveCalculation
public function PerspectiveCalculation(
name : String
)
Parametri
- name
Tipo: System.String
The name of the PerspectiveCalculation.