Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates and returns an instance of a Perspective class based on the current perspective.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As Perspective
'Usage
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
Return Value
Type: Microsoft.AnalysisServices.Perspective
A Perspective object.