Share via


CubeAttribute.CopyTo(CubeAttribute) 方法

定义

将该对象的内容复制到其他对象(目标)。

public Microsoft.AnalysisServices.CubeAttribute CopyTo (Microsoft.AnalysisServices.CubeAttribute obj);
override this.CopyTo : Microsoft.AnalysisServices.CubeAttribute -> Microsoft.AnalysisServices.CubeAttribute
Public Function CopyTo (obj As CubeAttribute) As CubeAttribute

参数

obj
CubeAttribute

要复制到的目标对象。

返回

目标对象。

适用于