PerspectiveAttribute.CopyTo(PerspectiveAttribute) 方法

定义

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

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

参数

obj
PerspectiveAttribute

要复制到的目标对象。

返回

目标对象。

适用于