Méthode Group.CopyTo
Copies the current Group object into the object that is passed as a parameter.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function CopyTo ( _
obj As Group _
) As Group
'Utilisation
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
Paramètres
- obj
Type : Microsoft.AnalysisServices.Group
Specifies the Group object into which the current object is to be copied.
Valeur de retour
Type : Microsoft.AnalysisServices.Group
The current Group object into the object that is passed as a parameter.