LevelPropertyCollection.Find メソッド

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

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

構文

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

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

パラメーター

戻り値

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

説明

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

関連項目

参照

LevelPropertyCollection クラス

Microsoft.AnalysisServices.AdomdServer 名前空間