Perspective.CopyTo Method (Perspective)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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
Parameters
- obj
Type: Microsoft.AnalysisServices.Perspective
Return Value
See Also