AccountCollection.Find(String) Methode

Definition

Ruft das Account-Objekt mit dem angegebenen Kontotyp aus der Collection ab.

public Microsoft.AnalysisServices.Account Find (string accountType);
member this.Find : string -> Microsoft.AnalysisServices.Account
Public Function Find (accountType As String) As Account

Parameter

accountType
String

Der Kontotyp des zu suchenden Account-Objekts.

Gibt zurück

Das Account-Objekt mit dem angegebenen Kontotyp, wenn es in der Collection vorhanden ist; andernfalls ein NULL-Verweis („Nothing“ in Visual Basic).

Gilt für: