CubeAttribute.CopyTo Method (CubeAttribute)

 

Applies To: SQL Server 2016 Preview

Copies a CubeAttribute object to the specified object.

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

Syntax

public CubeAttribute CopyTo(
    CubeAttribute obj
)
public:
CubeAttribute^ CopyTo(
    CubeAttribute^ obj
)
member CopyTo : 
        obj:CubeAttribute -> CubeAttribute
Public Function CopyTo (
    obj As CubeAttribute
) As CubeAttribute

Parameters

Return Value

Type: Microsoft.AnalysisServices.CubeAttribute

The object copied to.

See Also

CubeAttribute Class
Microsoft.AnalysisServices Namespace

Return to top