다음을 통해 공유


CopyTo 메서드 (CubeAttribute)

Copies a CubeAttribute object to the specified object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Function CopyTo ( _
    obj As CubeAttribute _
) As CubeAttribute
‘사용 방법
Dim instance As CubeAttribute
Dim obj As CubeAttribute
Dim returnValue As CubeAttribute

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

반환 값

유형: Microsoft.AnalysisServices. . :: . .CubeAttribute
The object copied to.