次の方法で共有


ActionCollection.Item[] プロパティ

定義

オーバーロード

Item[Int32]

指定したインデックスにある Action をコレクションから取得します。

Item[String]

指定した識別子を持つ Action をコレクションから取得します。

Item[Int32]

指定したインデックスにある Action をコレクションから取得します。

public Microsoft.AnalysisServices.Action this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.Action
Default Public ReadOnly Property Item(index As Integer) As Action

パラメーター

index
Int32

返される Action の、0 から始まるインデックスです。

プロパティ値

指定したインデックスにある Action です。

例外

指定したインデックスが有効な値ではありません (0 未満または要素の合計数より大きい)。

適用対象

Item[String]

指定した識別子を持つ Action をコレクションから取得します。

public Microsoft.AnalysisServices.Action this[string id] { get; }
member this.Item(string) : Microsoft.AnalysisServices.Action
Default Public ReadOnly Property Item(id As String) As Action

パラメーター

id
String

返される Action の識別子です。

プロパティ値

Action指定した識別子を持つ 。

例外

コレクションには、指定した識別子を持つ Action が含まれません。

適用対象