Share via


AggregationAttribute.CopyTo Method

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function CopyTo ( _
    obj As AggregationAttribute _
) As AggregationAttribute
'Usage
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

Parameters

Return Value

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

See Also

Reference

AggregationAttribute Class

Microsoft.AnalysisServices Namespace