次の方法で共有


LevelCollection.Find メソッド

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

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

構文

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

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

パラメーター

戻り値

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

関連項目

参照

LevelCollection クラス

Microsoft.AnalysisServices 名前空間