Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- obj
Type: Microsoft.AnalysisServices.Group
Specifies the Group object into which the current object is to be copied.
Return Value
Type: Microsoft.AnalysisServices.Group
The current Group object into the object that is passed as a parameter.