Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.