次の方法で共有


AggregationDesignDimension.CopyTo メソッド

AggregationDesignDimension オブジェクトを指定したオブジェクトにコピーします。

名前空間:  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
コピーされた集計デザイン ディメンション オブジェクトです。

説明

AggregationDesignDimension は、キューブ ディメンションと AggregationDesign 要素との間のリレーションシップを表します。

関連項目

参照

AggregationDesignDimension クラス

Microsoft.AnalysisServices 名前空間