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 a new full copy of an object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As PerspectiveMeasureGroup
'Usage
Dim instance As PerspectiveMeasureGroup
Dim returnValue As PerspectiveMeasureGroup
returnValue = instance.Clone()
public PerspectiveMeasureGroup Clone()
public:
PerspectiveMeasureGroup^ Clone()
member Clone : unit -> PerspectiveMeasureGroup
public function Clone() : PerspectiveMeasureGroup
Return Value
Type: Microsoft.AnalysisServices.PerspectiveMeasureGroup
The cloned object.