AggregationDesignDimension.CopyTo Method (AggregationDesignDimension)

 

Applies To: SQL Server 2016 Preview

Copies an AggregationDesignDimension object to the specified object.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.AnalysisServices.AggregationDesignDimension

The copied aggregation design dimension object.

Remarks

The AggregationDesignDimension represents the relationship between a cube dimension and an AggregationDesign element.

See Also

AggregationDesignDimension Class
Microsoft.AnalysisServices Namespace

Return to top