共用方式為


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

參數

傳回值

型別:Microsoft.AnalysisServices.CubeAttribute
The object copied to.

請參閱

參考

CubeAttribute 類別

Microsoft.AnalysisServices 命名空間