Método Add
Creates and adds a Perspective to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: Microsoft.AnalysisServices. . :: . .Perspective
A new, empty Perspective.
Consulte também