ModelComponentCollection.GetItem(String, Boolean, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定之元件的參考。
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。