Méthode IModelComponentCollection.Contains
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Indicates whether the collection contains a specified IModelComponent.
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
- obj
Type : Microsoft.AnalysisServices.IModelComponent
The IModelComponent to be located.
Valeur de retour
Type : System.Boolean
true if the IModelComponent is contained in the collection; otherwise, false.