Méthode Perspective.CopyTo (Perspective)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Copies a Perspective to the specified object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function CopyTo ( _
obj As Perspective _
) As Perspective
'Utilisation
Dim instance As Perspective
Dim obj As Perspective
Dim returnValue As Perspective
returnValue = instance.CopyTo(obj)
public Perspective CopyTo(
Perspective obj
)
public:
Perspective^ CopyTo(
Perspective^ obj
)
member CopyTo :
obj:Perspective -> Perspective
public function CopyTo(
obj : Perspective
) : Perspective
Paramètres
- obj
Type : Microsoft.AnalysisServices.Perspective
The object you are copying to.
Valeur de retour
Type : Microsoft.AnalysisServices.Perspective
The object copied to.