共用方式為


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 以零起始的索引。

屬性值

指定之索引處的 Action

例外狀況

指定的索引不是有效的值 (小於零或大於項目總數)。

適用於

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

適用於