Compartilhar via


Método Clone

Copies the current AggregationAttribute.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Function Clone As AggregationAttribute
'Uso
Dim instance As AggregationAttribute
Dim returnValue As AggregationAttribute

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