次の方法で共有


LevelCollection.Find メソッド

指定した名前の Level をコレクションから取得します。

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

構文

'宣言
Public Function Find ( _
    index As String _
) As Level
'使用
Dim instance As LevelCollection 
Dim index As String 
Dim returnValue As Level 

returnValue = instance.Find(index)
public Level Find(
    string index
)
public:
Level^ Find(
    String^ index
)
member Find : 
        index:string -> Level
public function Find(
    index : String
) : Level

パラメーター

戻り値

型: Microsoft.AnalysisServices.AdomdClient.Level
指定した名前の Level です。

説明

オブジェクトが見つからない場合、Find メソッドは null を返し、Item プロパティは例外をスローします。

関連項目

参照

LevelCollection クラス

Microsoft.AnalysisServices.AdomdClient 名前空間