Metodo Clone
Creates and returns an instance of a Perspective class based on the current perspective.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Clone As Perspective
'Utilizzo
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
Valore restituito
Tipo: Microsoft.AnalysisServices. . :: . .Perspective
A Perspective object.
Vedere anche