次の方法で共有


ModelComponentCollection.GetItem(String, Boolean, String) メソッド

定義

指定したコンポーネントへの参照を取得します。

protected Microsoft.AnalysisServices.IModelComponent GetItem (string key, bool throwIfNotFound, string keyPropertyName);
member this.GetItem : string * bool * string -> Microsoft.AnalysisServices.IModelComponent
Protected Function GetItem (key As String, throwIfNotFound As Boolean, keyPropertyName As String) As IModelComponent

パラメーター

key
String

ModelComponentCollection から取得する IModelComponent のキーです。

throwIfNotFound
Boolean

ModelComponentCollection 内にキーが見つからない場合に例外をスローする場合は true、それ以外の場合は false です。

keyPropertyName
String

キー値を提供する IModelComponent プロパティの名前です。

戻り値

指定されたキーを持つ IModelComponent です。

適用対象