Partager via


Contains méthode (IModelComponent)

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Protected Function Contains ( _
    item As IModelComponent _
) As Boolean
'Utilisation
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

Valeur de retour

Type : System. . :: . .Boolean