Méthode AggregationInstance.Clone
Creates a new, full copy of the type of aggregation stored in [T:Microsoft.AnalysisServices.AggregationInstance.] object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Clone As AggregationInstance
'Utilisation
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
Valeur de retour
Type : Microsoft.AnalysisServices.AggregationInstance
A copy of AggregationInstance object.