ModelComponentCollection.IModelComponentCollection.Contains-Methode

Indicates whether the collection contains a specific value.

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

Syntax

C#
bool IModelComponentCollection.Contains(
    IModelComponent item
)

Parameter

Rückgabewert

Typ: System.Boolean
true if the item is found in the collection; otherwise, false.

Implementiert

IModelComponentCollection.Contains(IModelComponent)

Siehe auch

Verweis

ModelComponentCollection Klasse

Microsoft.AnalysisServices-Namespace