Group.CopyTo Method

Copies the current Group object into the object that is passed as a parameter.

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

Syntax

'Declaration
Public Function CopyTo ( _
    obj As Group _
) As Group
'Usage
Dim instance As Group 
Dim obj As Group 
Dim returnValue As Group 

returnValue = instance.CopyTo(obj)
public Group CopyTo(
    Group obj
)
public:
Group^ CopyTo(
    Group^ obj
)
member CopyTo : 
        obj:Group -> Group
public function CopyTo(
    obj : Group
) : Group

Parameters

Return Value

Type: Microsoft.AnalysisServices.Group
The current Group object into the object that is passed as a parameter.

See Also

Reference

Group Class

Microsoft.AnalysisServices Namespace