Condividi tramite


Metodo AggregationAttribute.ICloneable.Clone

Creates and returns a new object that is a copy of the current instance of this AggregationAttribute object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Private Function Clone As Object Implements ICloneable.Clone
'Utilizzo
Dim instance As AggregationAttribute 
Dim returnValue As Object 

returnValue = CType(instance, ICloneable).Clone()
Object ICloneable.Clone()
private:
virtual Object^ Clone() sealed = ICloneable::Clone
private abstract Clone : unit -> Object  
private override Clone : unit -> Object
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore restituito

Tipo: System.Object
The new AggregationAttribute object.

Implementa

ICloneable.Clone()

Vedere anche

Riferimento

AggregationAttribute Classe

Spazio dei nomi Microsoft.AnalysisServices