PerspectiveCollection.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 はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

型: Microsoft.AnalysisServices.Perspective
識別子で指定した Perspective です。

例外

例外 条件
ArgumentNullException

id に null 参照 (Visual Basic では Nothing) が設定されています。

ItemNotFoundException

id がコレクションに存在しません。

関連項目

参照

PerspectiveCollection クラス

Item オーバーロード

Microsoft.AnalysisServices 名前空間