Конструктор PerspectiveCalculation (String)
Initializes a new instance of PerspectiveCalculation using a name.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
name As String _
)
'Применение
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
)
Параметры
- name
Тип: System.String
The name of the PerspectiveCalculation.