Metoda LevelCollection.Add (Level)
Dodaje Level do końca kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Add ( _
item As Level _
) As Integer
'Użycie
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
Parametry
- item
Typ: Microsoft.AnalysisServices.Level
Level Do dodania.
Wartość zwracana
Typ: System.Int32
Indeks od zera, jaką Level została dodana.
Zobacz także