CopyTo 方法 (PerspectiveAttribute)
Copies a PerspectiveAttribute object to the specified object.
命名空间: 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
参数
- obj
类型:Microsoft.AnalysisServices. . :: . .PerspectiveAttribute
The object you are copying to.
返回值
类型:Microsoft.AnalysisServices. . :: . .PerspectiveAttribute
The object copied to.