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