共用方式為


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。

適用於