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
パラメーター
- index
型: System.String
検索する Level の名前です。
戻り値
型: Microsoft.AnalysisServices.AdomdClient.Level
指定した名前の Level です。
説明
オブジェクトが見つからない場合、Find メソッドは null を返し、Item プロパティは例外をスローします。