Método Add
Creates and adds a Level to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Add As Level
'Uso
Dim instance As LevelCollection
Dim returnValue As Level
returnValue = instance.Add()
public Level Add()
public:
Level^ Add()
member Add : unit -> Level
public function Add() : Level
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .Level
A new, empty Level.
Consulte também