Compartir a través de


Clone Método

Copies the current AggregationAttribute.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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