次の方法で共有


AggregationDesignAttribute.CopyTo メソッド

AggregationDesignAttribute オブジェクトを指定したオブジェクト (コピー先) にコピーします。

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

構文

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

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

パラメーター

戻り値

型: Microsoft.AnalysisServices.AggregationDesignAttribute
コピーを保持するコピー先オブジェクトです。

関連項目

参照

AggregationDesignAttribute クラス

Microsoft.AnalysisServices 名前空間