Condividi tramite


Metodo AggregationDesignAttribute.CopyTo

Copies an AggregationDesignAttribute object to the specified object (the destination).

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

Sintassi

'Dichiarazione
Public Function CopyTo ( _
    obj As AggregationDesignAttribute _
) As AggregationDesignAttribute
'Utilizzo
Dim instance As AggregationDesignAttribute 
Dim obj As AggregationDesignAttribute 
Dim returnValue As AggregationDesignAttribute 

returnValue = instance.CopyTo(obj)
public AggregationDesignAttribute CopyTo(
    AggregationDesignAttribute obj
)
public:
AggregationDesignAttribute^ CopyTo(
    AggregationDesignAttribute^ obj
)
member CopyTo : 
        obj:AggregationDesignAttribute -> AggregationDesignAttribute
public function CopyTo(
    obj : AggregationDesignAttribute
) : AggregationDesignAttribute

Parametri

Valore restituito

Tipo: Microsoft.AnalysisServices.AggregationDesignAttribute
The destination object that holds the copy.

Vedere anche

Riferimento

AggregationDesignAttribute Classe

Spazio dei nomi Microsoft.AnalysisServices