Share via


PerspectiveCollection.Add Method

Creates and adds a Perspective to the end of the collection.

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

Syntax

'Declaration
Public Function Add As Perspective
'Usage
Dim instance As PerspectiveCollection
Dim returnValue As Perspective

returnValue = instance.Add()
public Perspective Add()
public:
Perspective^ Add()
member Add : unit -> Perspective 
public function Add() : Perspective

Return Value

Type: Microsoft.AnalysisServices.Perspective
A new, empty Perspective.