LevelCollection.Item プロパティ (String)
指定した名前の Level をコレクションから取得します。 Microsoft Visual C# の場合、このプロパティは LevelCollection クラスのインデクサーとなります。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
name As String _
) As Level
Get
'使用
Dim instance As LevelCollection
Dim name As String
Dim value As Level
value = instance(name)
public Level this[
string name
] { get; }
public:
property Level^ default[String^ name] {
Level^ get (String^ name);
}
member Item : Level
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- name
型: String
検索する Level の名前です。
プロパティ値
型: Microsoft.AnalysisServices.AdomdServer.Level
指定した名前の Level です。
例外
例外 | 条件 |
---|---|
AdomdErrorResponseException | プロバイダーから応答でエラーが返されました。 |
AdomdUnknownResponseException | プロバイダーから認識できない応答が送信されました。 |
AdomdConnectionException | 接続が解除されました。 |
[InvalidOperationException] | Level がコレクションに見つかりませんでした。 この例外の詳細については、「InvalidOperationException class」を参照してください。 |