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.