Partager via


Méthode LevelCollection.Add (Level)

Adds a Level to the end of the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    item As Level _
) As Integer
'Utilisation
Dim instance As LevelCollection 
Dim item As Level 
Dim returnValue As Integer 

returnValue = instance.Add(item)
public int Add(
    Level item
)
public:
int Add(
    Level^ item
)
member Add : 
        item:Level -> int
public function Add(
    item : Level
) : int

Paramètres

Valeur de retour

Type : System.Int32
The zero-based index at which the Level has been added.

Voir aussi

Référence

LevelCollection Classe

Surcharge Add

Espace de noms Microsoft.AnalysisServices