Compartir a través de


Clone Método

Creates a new full copy of an object.

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

Sintaxis

'Declaración
Public Function Clone As AggregationDesignAttribute
'Uso
Dim instance As AggregationDesignAttribute
Dim returnValue As AggregationDesignAttribute

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