CubeAttribute.CopyTo Method

Copies a CubeAttribute object to the specified object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function CopyTo ( _
    obj As CubeAttribute _
) As CubeAttribute
'Usage
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

Parameters

Return Value

Type: Microsoft.AnalysisServices.CubeAttribute
The object copied to.

See Also

Reference

CubeAttribute Class

Microsoft.AnalysisServices Namespace