次の方法で共有


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

パラメーター

説明

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