AggregationAttribute.CopyTo メソッド

現在の AggregationAttribute を、パラメーターとして渡されるオブジェクトにコピーします。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function CopyTo ( _
    obj As AggregationAttribute _
) As AggregationAttribute
'使用
Dim instance As AggregationAttribute 
Dim obj As AggregationAttribute 
Dim returnValue As AggregationAttribute 

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

パラメーター

戻り値

型: Microsoft.AnalysisServices.AggregationAttribute
現在の AggregationAttribute のコピーです。

関連項目

参照

AggregationAttribute クラス

Microsoft.AnalysisServices 名前空間