CopyTo 方法 (AggregationDesignDimension)

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

参数

注释

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