Méthode Contains
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en 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
Paramètres
Valeur de retour
Type : System. . :: . .Boolean