Metoda AccountCollection.Find
Pobiera Account, z określonym identyfikatorem, z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Find ( _
accountType As String _
) As Account
'Użycie
Dim instance As AccountCollection
Dim accountType As String
Dim returnValue As Account
returnValue = instance.Find(accountType)
public Account Find(
string accountType
)
public:
Account^ Find(
String^ accountType
)
member Find :
accountType:string -> Account
public function Find(
accountType : String
) : Account
Parametry
- accountType
Typ: System.String
Identyfikator Account mają być zwrócone.
Wartość zwracana
Typ: Microsoft.AnalysisServices.Account
Account Jeśli zawarte kolekcja; w przeciwnym razie odwołanie null (nic nie w języku Visual Basic).