Méthode PerspectiveAction.CopyTo
Copies the content of the object to another object (the destination).
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function CopyTo ( _
obj As PerspectiveAction _
) As PerspectiveAction
'Utilisation
Dim instance As PerspectiveAction
Dim obj As PerspectiveAction
Dim returnValue As PerspectiveAction
returnValue = instance.CopyTo(obj)
public PerspectiveAction CopyTo(
PerspectiveAction obj
)
public:
PerspectiveAction^ CopyTo(
PerspectiveAction^ obj
)
member CopyTo :
obj:PerspectiveAction -> PerspectiveAction
public function CopyTo(
obj : PerspectiveAction
) : PerspectiveAction
Paramètres
- obj
Type : Microsoft.AnalysisServices.PerspectiveAction
The destination object to copy to.
Valeur de retour
Type : Microsoft.AnalysisServices.PerspectiveAction
The destination object.