次の方法で共有


CopyTo メソッド (PerspectiveAttribute)

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

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

構文

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

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

パラメーター

戻り値

型: Microsoft.AnalysisServices. . :: . .PerspectiveAttribute
コピーされたオブジェクトです。