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