Metoda LevelCollection.Find
Pobiera określony Level z kolekcja według jego nazwy.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public Function Find ( _
name As String _
) As Level
'Użycie
Dim instance As LevelCollection
Dim name As String
Dim returnValue As Level
returnValue = instance.Find(name)
public Level Find(
string name
)
public:
Level^ Find(
String^ name
)
member Find :
name:string -> Level
public function Find(
name : String
) : Level
Parametry
- name
Typ: System.String
Nazwa Level do znajdowania.