PerspectiveDimension.CopyTo メソッド

オブジェクトの内容を別のオブジェクト (コピー先) にコピーします。

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

構文

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

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

パラメーター

戻り値

型: Microsoft.AnalysisServices.PerspectiveDimension
コピー先のオブジェクトです。

関連項目

参照

PerspectiveDimension クラス

Microsoft.AnalysisServices 名前空間