Compartilhar via


Método ModelComponentCollection.Contains (IModelComponent)

Determines whether the specified item is in the collection.

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

Sintaxe

'Declaração
Protected Function Contains ( _
    item As IModelComponent _
) As Boolean
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

ModelComponentCollection Classe

Sobrecarregado Contains

Namespace Microsoft.AnalysisServices