Udostępnij za pośrednictwem


Metoda AggregationDesignDimension.Clone

Tworzy nową pełną kopię obiektu.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Function Clone As AggregationDesignDimension
'Użycie
Dim instance As AggregationDesignDimension
Dim returnValue As AggregationDesignDimension

returnValue = instance.Clone()
public AggregationDesignDimension Clone()
public:
AggregationDesignDimension^ Clone()
member Clone : unit -> AggregationDesignDimension 
public function Clone() : AggregationDesignDimension