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 AggregationDesignAttribute
'Utilizzo
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
Valore restituito
Tipo: Microsoft.AnalysisServices. . :: . .AggregationDesignAttribute
Vedere anche