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 AggregationDesign
'Utilisation
Dim instance As AggregationDesign
Dim returnValue As AggregationDesign
returnValue = instance.Clone()
public AggregationDesign Clone()
public:
AggregationDesign^ Clone()
member Clone : unit -> AggregationDesign
public function Clone() : AggregationDesign
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .AggregationDesign
An AggregationDesign object.
Voir aussi