Contains-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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