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 AggregationDesign
'Uso
Dim instance As AggregationDesign
Dim returnValue As AggregationDesign
returnValue = instance.Clone()
public AggregationDesign Clone()
public:
AggregationDesign^ Clone()
member Clone : unit -> AggregationDesign
public function Clone() : AggregationDesign
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .AggregationDesign
An AggregationDesign object.
Consulte também