Método Clone
Creates and returns an instance of a Perspective class based on the current perspective.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Clone As Perspective
'Uso
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
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .Perspective
A Perspective object.
Consulte também