Partager via


Contains méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

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

Syntaxe

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

Valeur de retour

Type : System. . :: . .Boolean