AggregationDesign.CopyTo Method (AggregationDesign)

Copies the content of this AggregationDesign object to another object (the destination).

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

Syntax

VB
'Declaration
Public Function CopyTo ( _
    obj As AggregationDesign _
) As AggregationDesign
'Usage
Dim instance As AggregationDesign 
Dim obj As AggregationDesign 
Dim returnValue As AggregationDesign 

returnValue = instance.CopyTo(obj)

Parameters

Return Value

Type: Microsoft.AnalysisServices.AggregationDesign
The object that holds the copy

See Also

Reference

AggregationDesign Class

CopyTo Overload

Microsoft.AnalysisServices Namespace