Metodo Clone
Creates a new full copy of an object.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Clone As AggregationDesign
'Utilizzo
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
Valore restituito
Tipo: Microsoft.AnalysisServices. . :: . .AggregationDesign
An AggregationDesign object.
Vedere anche