共用方式為


Contains 方法 (IModelComponent)

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

語法

'宣告
Protected Function Contains ( _
    item As IModelComponent _
) As Boolean
'用途
Dim item As IModelComponent
Dim returnValue As Boolean

returnValue = Me.Contains(item)
protected bool Contains(
    IModelComponent item
)
protected:
bool Contains(
    IModelComponent^ item
)
member Contains : 
        item:IModelComponent -> bool 
protected function Contains(
    item : IModelComponent
) : boolean

傳回值

型別:System. . :: . .Boolean