Metoda LevelCollection.Add
Tworzy i dodaje Level do końca kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Add As Level
'Użycie
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
Wartość zwracana
Typ: Microsoft.AnalysisServices.Level
Nowy, pusty Level.
Zobacz także