Freigeben über


Perspective.CopyTo-Methode (Perspective)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Copies a Perspective to the specified object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function CopyTo ( _
    obj As Perspective _
) As Perspective
'Usage
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

Parameter

Rückgabewert

Typ: Microsoft.AnalysisServices.Perspective
The object copied to.

Siehe auch

Verweis

Perspective Klasse

CopyTo-Überladung

Microsoft.AnalysisServices-Namespace