AggregationDesignDimension.CopyTo 方法

Copies an AggregationDesignDimension object to the specified object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Function CopyTo ( _
    obj As AggregationDesignDimension _
) As AggregationDesignDimension
用法
Dim instance As AggregationDesignDimension 
Dim obj As AggregationDesignDimension 
Dim returnValue As AggregationDesignDimension 

returnValue = instance.CopyTo(obj)
public AggregationDesignDimension CopyTo(
    AggregationDesignDimension obj
)
public:
AggregationDesignDimension^ CopyTo(
    AggregationDesignDimension^ obj
)
member CopyTo : 
        obj:AggregationDesignDimension -> AggregationDesignDimension
public function CopyTo(
    obj : AggregationDesignDimension
) : AggregationDesignDimension

参数

返回值

类型:Microsoft.AnalysisServices.AggregationDesignDimension
The copied aggregation design dimension object.

注释

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

请参阅

参考

AggregationDesignDimension 类

Microsoft.AnalysisServices 命名空间