Metoda LevelCollection.Add (String)
Tworzy i dodaje Level z określonym identyfikatorem do końca kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Add ( _
name As String _
) As Level
'Użycie
Dim instance As LevelCollection
Dim name As String
Dim returnValue As Level
returnValue = instance.Add(name)
public Level Add(
string name
)
public:
Level^ Add(
String^ name
)
member Add :
name:string -> Level
public function Add(
name : String
) : Level
Parametry
- name
Typ: System.String
Identyfikator Level do dodania.
Wartość zwracana
Typ: Microsoft.AnalysisServices.Level
Indeks od zera, jaką Level została dodana.
Zobacz także