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 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 devuelto

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