Metodo PerspectiveAttribute.Clone
Creates a new, full copy of the PerspectiveAttribute object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Clone As PerspectiveAttribute
'Utilizzo
Dim instance As PerspectiveAttribute
Dim returnValue As PerspectiveAttribute
returnValue = instance.Clone()
public PerspectiveAttribute Clone()
public:
PerspectiveAttribute^ Clone()
member Clone : unit -> PerspectiveAttribute
public function Clone() : PerspectiveAttribute
Valore restituito
Tipo: Microsoft.AnalysisServices.PerspectiveAttribute
The cloned object.