Partager via


Méthode Clone

Creates a new full copy of an object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Clone As AggregationDesignAttribute
'Utilisation
Dim instance As AggregationDesignAttribute
Dim returnValue As AggregationDesignAttribute

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