共用方式為


AccountCollection.Contains 方法

定義

多載

Contains(Account)

指出集合是否包含指定的 Account

Contains(String)

指出集合是否包含具有指定帳戶類型的 Account

Contains(Account)

指出集合是否包含指定的 Account

public bool Contains (Microsoft.AnalysisServices.Account item);
override this.Contains : Microsoft.AnalysisServices.Account -> bool
Public Function Contains (item As Account) As Boolean

參數

item
Account

要尋找的 Account

傳回

若在集合中找到指定的 Account,則為 true;否則為 false。

適用於

Contains(String)

指出集合是否包含具有指定帳戶類型的 Account

public bool Contains (string accountType);
override this.Contains : string -> bool
Public Function Contains (accountType As String) As Boolean

參數

accountType
String

要找出之 Account 的帳戶類型。

傳回

若在集合中找到指定的 Account,則為 true;否則為 false。

例外狀況

指定的 accountType 為 Null 參考 (Visual Basic 中的 Nothing)。

適用於