Aggregation.CopyTo Method (Aggregation)

 

Applies To: SQL Server 2016 Preview

Creates a full copy of object into the existing object passed as parameter.

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

Syntax

public Aggregation CopyTo(
    Aggregation obj
)
public:
Aggregation^ CopyTo(
    Aggregation^ obj
)
member CopyTo : 
        obj:Aggregation -> Aggregation
Public Function CopyTo (
    obj As Aggregation
) As Aggregation

Parameters

Return Value

Type: Microsoft.AnalysisServices.Aggregation

An Aggregation object.

See Also

Aggregation Class
Microsoft.AnalysisServices Namespace

Return to top