Item プロパティ (String)
指定した識別子を持つ Perspective をコレクションから取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
id As String _
) As Perspective
Get
'使用
Dim instance As PerspectiveCollection
Dim id As String
Dim value As Perspective
value = instance(id)
public Perspective this[
string id
] { get; }
public:
property Perspective^ default[String^ id] {
Perspective^ get (String^ id);
}
member Item : Perspective
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- id
型: System. . :: . .String
取得する Perspective の識別子です。
プロパティ値
型: Microsoft.AnalysisServices. . :: . .Perspective
識別子で指定した Perspective です。
例外
例外 | 条件 |
---|---|
ArgumentNullException | id に null 参照 (Visual Basic では Nothing) が設定されています。 |
ItemNotFoundException | id がコレクションに存在しません。 |