Condividi tramite


Metodo Clone

Copies the current AggregationAttribute.

Spazio dei nomi:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Clone As AggregationAttribute
'Utilizzo
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