Metodo IModelComponentCollection.Contains
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Indicates whether the collection contains a specified IModelComponent.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Function Contains ( _
obj As IModelComponent _
) As Boolean
'Utilizzo
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
Parametri
- obj
Tipo: Microsoft.AnalysisServices.IModelComponent
The IModelComponent to be located.
Valore restituito
Tipo: System.Boolean
true if the IModelComponent is contained in the collection; otherwise, false.