Partager via


Méthode AggregationAttribute.CopyTo

Copies the current AggregationAttribute to an object, which is passed as a parameter.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function CopyTo ( _
    obj As AggregationAttribute _
) As AggregationAttribute
'Utilisation
Dim instance As AggregationAttribute 
Dim obj As AggregationAttribute 
Dim returnValue As AggregationAttribute 

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

Paramètres

Valeur de retour

Type : Microsoft.AnalysisServices.AggregationAttribute
A copy of current AggregationAttribute

Voir aussi

Référence

AggregationAttribute Classe

Espace de noms Microsoft.AnalysisServices