CubeAttribute.CopyTo 메서드
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
매개 변수
- obj
유형: Microsoft.AnalysisServices.CubeAttribute
The object you are copying to.
반환 값
유형: Microsoft.AnalysisServices.CubeAttribute
The object copied to.