Item プロパティ (String)

指定した名前の LevelProperty をコレクションから取得します。C# の場合、このプロパティは LevelPropertyCollection クラスのインデクサとなります。

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

構文

'宣言
Public ReadOnly Default Property Item ( _
    index As String _
) As LevelProperty
    Get
'使用
Dim instance As LevelPropertyCollection
Dim index As String
Dim value As LevelProperty

value = instance(index)
public LevelProperty this[
    string index
] { get; }
public:
property LevelProperty^ default[String^ index] {
    LevelProperty^ get (String^ index);
}
member Item : LevelProperty
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

例外

例外 条件
AdomdErrorResponseException

プロバイダから応答でエラーが返されました。

AdomdUnknownResponseException

プロバイダから認識できない応答が送信されました。

AdomdConnectionException

接続が解除されました。

System..::..InvalidOperationException

Level がコレクションに見つかりませんでした。