共用方式為


GetItem 方法

Gets a reference to the specified component.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Protected Function GetItem ( _
    key As String, _
    throwIfNotFound As Boolean, _
    keyPropertyName As String _
) As IModelComponent
'用途
Dim key As String
Dim throwIfNotFound As Boolean
Dim keyPropertyName As String
Dim returnValue As IModelComponent

returnValue = Me.GetItem(key, throwIfNotFound, _
    keyPropertyName)
protected IModelComponent GetItem(
    string key,
    bool throwIfNotFound,
    string keyPropertyName
)
protected:
IModelComponent^ GetItem(
    String^ key, 
    bool throwIfNotFound, 
    String^ keyPropertyName
)
member GetItem : 
        key:string * 
        throwIfNotFound:bool * 
        keyPropertyName:string -> IModelComponent 
protected function GetItem(
    key : String, 
    throwIfNotFound : boolean, 
    keyPropertyName : String
) : IModelComponent

參數

  • keyPropertyName
    型別:System. . :: . .String
    The name of the IModelComponent property that provides key values.

傳回值

型別:Microsoft.AnalysisServices. . :: . .IModelComponent
The IModelComponent that has the specified key.

例外狀況

例外狀況 條件
ItemNotFoundException

throwIfNotFound is set to false and one of the following conditions occurs:

key contains a null reference (Nothing in Visual Basic.)

-or-

key cannot be found in the ModelComponentCollection.