LevelCollection.Add Method

Creates and adds a Level to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Add As Level
'Usage
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

Return Value

Type: Microsoft.AnalysisServices.Level
A new, empty Level.

See Also

Reference

LevelCollection Class

Add Overload

Microsoft.AnalysisServices Namespace