Condividi tramite


Metodo Add (Level)

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 ( _
    item As Level _
) As Integer
'Utilizzo
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

Parametri

Valore restituito

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