Share via


Contains-Methode

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Function Contains ( _
    obj As IModelComponent _
) As Boolean
'Usage
Dim instance As IModelComponentCollection
Dim obj As IModelComponent
Dim returnValue As Boolean

returnValue = instance.Contains(obj)
bool Contains(
    IModelComponent obj
)
bool Contains(
    IModelComponent^ obj
)
abstract Contains : 
        obj:IModelComponent -> bool 
function Contains(
    obj : IModelComponent
) : boolean

Rückgabewert

Typ: System. . :: . .Boolean