Freigeben über


PerspectiveCollection.Add-Methode

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

Rückgabewert

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

Siehe auch

Verweis

PerspectiveCollection Klasse

Add-Überladung

Microsoft.AnalysisServices-Namespace