Udostępnij za pośrednictwem


Metoda AggregationInstance.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 AggregationInstance
'Użycie
Dim instance As AggregationInstance
Dim returnValue As AggregationInstance

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