AggregationInstance.Clone Method ()

 

Applies To: SQL Server 2016 Preview

Creates a new, full copy of the type of aggregation stored in AggregationInstance object.

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

Syntax

public AggregationInstance Clone()
public:
AggregationInstance^ Clone()
member Clone : unit -> AggregationInstance
Public Function Clone As AggregationInstance

Return Value

Type: Microsoft.AnalysisServices.AggregationInstance

A copy of AggregationInstance object.

See Also

AggregationInstance Class
Microsoft.AnalysisServices Namespace

Return to top