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
パラメーター
- accountType
型: System.String
取得する Account の識別子です。
戻り値
型: Microsoft.AnalysisServices.Account
コレクションに含まれている場合は Account、含まれていない場合は NULL 参照 (Visual Basic では Nothing) です。