Méthode PerspectiveCollection.Add
Creates and adds a Perspective to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Add As Perspective
'Utilisation
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
Valeur de retour
Type : Microsoft.AnalysisServices.Perspective
A new, empty Perspective.