Méthode AggregationDesignDimension.Clone
Creates and returns a new object that is a copy of the current instance of this AggregationDesignDimension object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Clone As AggregationDesignDimension
'Utilisation
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
Valeur de retour
Type : Microsoft.AnalysisServices.AggregationDesignDimension
A new object that is a copy of this current instance.