次の方法で共有


ModelComponentCollection.Item[Int32] プロパティ

定義

指定したインデックスにある IModelComponent を取得します。

protected Microsoft.AnalysisServices.IModelComponent this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.IModelComponent
Default Protected ReadOnly Property Item(index As Integer) As IModelComponent

パラメーター

index
Int32

取得する Microsoft.DataWarehouse.IModelComponent の 0 から始まるインデックスです。

プロパティ値

指定したインデックスにある IModelComponent。

適用対象