Compartilhar via


Método Clone

Creates a new, full copy of an object.

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

Sintaxe

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

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

Valor de retorno

Tipo: Microsoft.AnalysisServices. . :: . .AggregationInstanceAttribute
The newly created object.