Metodo Add
Creates and adds a Perspective to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add As Perspective
'Utilizzo
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
Valore restituito
Tipo: Microsoft.AnalysisServices. . :: . .Perspective
A new, empty Perspective.
Vedere anche