GetByName メソッド
指定した名前の Level をコレクションから取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function GetByName ( _
name As String _
) As Level
'使用
Dim instance As LevelCollection
Dim name As String
Dim returnValue As Level
returnValue = instance.GetByName(name)
public Level GetByName(
string name
)
public:
Level^ GetByName(
String^ name
)
member GetByName :
name:string -> Level
public function GetByName(
name : String
) : Level
パラメーター
- name
型: System. . :: . .String
取得する Level の名前です。
戻り値
型: Microsoft.AnalysisServices. . :: . .Level
name で指定した名前の Level です。
例外
例外 | 条件 |
---|---|
ItemNotFoundException | name がコレクションに含まれていません。 |