LevelCollection.Find メソッド

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

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

構文

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

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

パラメーター

戻り値

型: Microsoft.AnalysisServices.AdomdServer.Level
見つかった場合は指定した名前の Level、それ以外の場合は NULL です。

説明

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

関連項目

参照

LevelCollection クラス

Microsoft.AnalysisServices.AdomdServer 名前空間