Add Método
Creates and adds a Perspective to the end of the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Add As Perspective
'Uso
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
Valor devuelto
Tipo: Microsoft.AnalysisServices. . :: . .Perspective
A new, empty Perspective.