次の方法で共有


AccountCollection.Find メソッド

指定した識別子の Account をコレクションから取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function Find ( _
    accountType As String _
) As Account
'使用
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

パラメーター

戻り値

型: Microsoft.AnalysisServices.Account
コレクションに含まれている場合は Account、含まれていない場合は NULL 参照 (Visual Basic では Nothing) です。

関連項目

参照

AccountCollection クラス

Microsoft.AnalysisServices 名前空間