Метод Clone
Creates and returns an instance of a Perspective class based on the current perspective.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Clone As Perspective
'Применение
Dim instance As Perspective
Dim returnValue As Perspective
returnValue = instance.Clone()
public Perspective Clone()
public:
Perspective^ Clone()
member Clone : unit -> Perspective
public function Clone() : Perspective
Возвращаемое значение
Тип Microsoft.AnalysisServices. . :: . .Perspective
A Perspective object.