Méthode AggregationDesignAttribute.Clone
Creates and returns a new object that is a copy of the current instance of this AggregationDesignAttribute 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
Valeur de retour
Type : Microsoft.AnalysisServices.AggregationDesignAttribute
A new AggregationDesignAttribute object.